nRF52832 how to write or read to internal flash? SDK IS 15:00
nRF52832 how to write or read to internal flash? SDK IS 15:00
Flash Handling Library: http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_flash.html?cp=4_0_0_3_15
Experimental: Flash Data Storage: http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_fds.html?cp=4_0_0_3_52
Experimental: Flash Storage: infocenter.nordicsemi.com/.../lib_fstorage.html
This driver allows writing to the non-volatile memory (NVM) regions of the nRF5. In order to write to NVM the controller must be powered on and the relevant page must be erased.
ret_code_t rc = nrf_fstorage_erase(&fstorage, 0x3e200, 1, NULL);
nrf_fstorage_eras doesnot work. why?
Are you using the flash_storage example ?
I AM using the flash_Fstorage example
I AM using the flash_Fstorage example