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

NRF52840

Hi

I would like to store data in memory and to be able to read them after. But I don't know how to proceed ! I use IDE segger. Is it possible to store data always in a specific start address of memory ? if yes, How to do ?

Thanks in advance for your help

Parents Reply
  • Hi

    my project was frozen and I am back.

    Actually, I would like to store a big table in the flash in order to be able to read the content even if I power off/on my board. I tried to do it with FDS but seems to be limited and so I would like to use the fstorage. I found an example in examples\peripheral\flash_fstorage. I tried this example but I can see that the first write work but then, it is locked on the function   wait_for_flash_ready(&fstorage);

    I don't understand why my program (actually the program of the example :-) ) stay in the loop of this function.

    thanks in advance

    regards

Children
Related