This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

External flash for nrf52832

Hello Everyone!!!

I want to interface an external flash with nrf52832. I will be using it to store the new image downloaded during OTA-DFU. Also, some data will be residing in it. It should be spi or i2c interfaced. Also, I am planning to run my system at around 1.8V.

Can you guys please suggest me any flash satisfying the mention criteria? Do we have a flash driver for it? If not exact, a reference driver to look for?

All suggestions are welcomed.

Regards, Prasad.

Parents
  • We at Nordic don't have a preferred external flash IC to recommend. Any memory chip which support standard I2C and/or SPI should be fine. You can do a quick search.

    We also don't have a external flash library for I2C and SPI neither.

    However, today we released the nRF52840 (new, more powerful version of nRF52832) which has QSPI and we provided an example of using external memory MX25R6435F. Have a look here.

Reply
  • We at Nordic don't have a preferred external flash IC to recommend. Any memory chip which support standard I2C and/or SPI should be fine. You can do a quick search.

    We also don't have a external flash library for I2C and SPI neither.

    However, today we released the nRF52840 (new, more powerful version of nRF52832) which has QSPI and we provided an example of using external memory MX25R6435F. Have a look here.

Children
Related