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

nRF52 Flash memory vs EEPROM

If we want to save some data, (as I think) we have two options.

Flash memory in nRF52832 or external EEPROM.

could you tell me pros and cons of two?


my guess

  1. external EEPROM = additional cost
  2. external EEPROM = additional port needed
  3. Flash memory - might cause conflict BLE works and saving works
  4. Flash memory has bigger page, so may takes more time to operate
  5. Flash memory might be unstable of Flash memory API
Related