nopnop2002 / Raspberry-W25Q64

SPI Flash Memory W25Q64 Access Library for RaspberryPi
MIT License
48 stars 18 forks source link

One can be made for the W25Q256JWEIQT #14

Open CarlosGTI001 opened 7 months ago

CarlosGTI001 commented 7 months ago

Sorry to write this here since I can't find your social networks but, I would like something similar but for the w25q256jweiqt-hf which the voltage is 1.8V and has its own instruction sheet, I have an ESP32-WROOM-32 and I would like to know if you can create a library to manage this (read, flash, etc..). The documentation I found about him is this.

https://www.winbond.com/resource-files/W25Q256JW%20SPI%20RevJ%2003102021%20Plus.pdf

nopnop2002 commented 7 months ago

W25Q256JW work a Single 1.7V to 1.95V supply, so it cannot be used with 3.3V CPUs such as Rpi and ESP32.

You can use MX25L256.

https://github.com/nopnop2002/esp-idf-w25q64