Hi folks,
I am working on ble_app_uart example program nRF52 SDK 15.2 Verion , in this case i am writing the data in flash for future use , Now i am to get the specific data from flash, how to do that?
guide me
Hi folks,
I am working on ble_app_uart example program nRF52 SDK 15.2 Verion , in this case i am writing the data in flash for future use , Now i am to get the specific data from flash, how to do that?
guide me
Hi
In the Flash storage library, there are example snippets of code that shows you how to read and write data from specific flash addresses. Keep in mind that you will have to implement the necessary libraries/driver files that are used in the flash storage example project to run the fstorage commands.
Best regards,
Simon
Hi simon ...
I am working on flashstorage example only , using nrf_fstorage_write i am writing the data .Now i want to view my data which is written in flash either printing the data on termite or debug terminal .which command i should use?
Hi simon ...
I am working on flashstorage example only , using nrf_fstorage_write i am writing the data .Now i want to view my data which is written in flash either printing the data on termite or debug terminal .which command i should use?