Hi,
I'm trying to write data to flash as shown in example under nrf5_sdk/examples/peripheral/flash_fstorage, with identical steps.
However every time I call the nrf_fstorage_write, example nrf_fstorage_write(&fstorage, 0x1C000, &m_data, sizeof(m_data), NULL); the control stops and
in disassembly it shows as <_reserved_flash_start>.
My FLASH_START=0x19000;FLASH_SIZE=0x6000; in my project.
Are there any specific addresses to which this address writes? Or on NRF52811 are there any specific pages with special permissions?
Thanks,
Mukunda