Closed tusharvb19 closed 4 years ago
Here is a start at an answer: 1 - Have you looked at using the internal file system implemented as LittleFS? There are examples in the library. It uses flash instead of EEPROM. I don't think there is an "EEPROM-like API" but perhaps there is already a library available or one could be created to simulate this. 2 - You can use the function NVIC_SystemReset();
On Thu, Jul 30, 2020 at 1:18 PM Tushar Borhade notifications@github.com wrote:
- Do we have EEPROM like API for storing data in the flash as nRF52XXX don't have EEPROM?
- How I can reset the nRF52XXX?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adafruit/Adafruit_nRF52_Arduino/issues/545, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIYW6GRFKAMGMB2ZOIUGNDR6HBOZANCNFSM4POOUTFA .
-- Pierre
please post your question in the support forum. There are more people there to help you out with how to