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

still no flash events general

Hello,

I meet the same problem with the question "Status bit for sd_flash_write()".I have register my flash_nrf52_sys_event_handler() in sys_evt_dispatch(),but after sd_flash_write() still no NRF_EVT_FLASH_OPERATION_SUCCESS or NRF_EVT_FLASH_OPERATION_ERROR happened.And I had confirm that data has been written to the flash.I wonder if I ignored anything?

My project(keil mdk 5.17) download link: question_test

I stored data(0x3132333435363738) from mobile phone using nRF Connect apk.And it is in the spp_write_handler() function,which calling flash_nrf52_store() function.I poll NRF_EVT_FLASH_OPERATION_SUCCESS or NRF_EVT_FLASH_OPERATION_ERROR event in the flash_nrf52_store(),but neither of them happened.

I am using pca10040 board,withing s132(4.0.2) SD and 13.0.0 SDK.And without pstorage.c.

Thanks.

Related