-
Notifications
You must be signed in to change notification settings - Fork 1.3k
How to build nrf52840 with 1.8V QSPI Flash? #10365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You can change the GPIO voltage by setting bits in the UICR (search for that in the datasheet, etc.). Is everything 1.8V? I am not sure if there is brownout detection setup in the bootloader, in https://github.com/adafruit/Adafruit_nRF52_Bootloader. Look to see. https://devzone.nordicsemi.com/ is the Nordic forum area, which may have answers for other questions you may have. |
Yes, everything 1.8V. You mean the REGOUT0? It seems only work in high voltage mode, but my circuit is not this mode , It is powered by an external 1.8V connect VDD and VDDH. |
Then it sounds like you really have to do nothing except change the device ID for the different flash. The datasheets look pretty much identical except for the Device ID and the voltages (see screenshow below). The flash chips are described in https://github.com/adafruit/nvm.toml, which is a submodule. You could just edit that locally to add the new chip in the In
|
#6501 may possibly be an issue for you? Are you using USB? |
Take feather_nrf52840_express as an example, it uses W25Q16JVxQ with 3.3V flash. Now I need to use a 1.8V power system, equipped with W25Q16JWxQ with 1.8V flash. What code should I modify to achieve this?
The text was updated successfully, but these errors were encountered: