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

Alternative to use sd_flash_page_erase using FDS

Hi there,

On my project I was working using sd_flash_xxx functions to write the whole flash pages or erase it, so I added peer manager to my project and I had to switch my functions from sd_flash_xxx to FDS, because I was getting hangs on my code when using sd_flash.

Are there a sd_flash_page_erase equivalent using FDS?

How can I select the address to write or erase using FDS functions?

and What is the max number of pages I can use? can I use 40 pages? I was using 40 writing/erasing about 40 flash pages using sd_flash_xxx functions.

Thanks

Arepa

Parents Reply
  • You may want to check in your application what cause the problem. i would suggest to comment out some of the functionality, one by one, such as stop advertising for example. Until you have the flash working as in the ble_app_hrs. 


    Note that the event for radio notification is the same as the flash event, so you should be careful if you use radio notification. 

Children
Related