Hi Tech Team,
I am using nRF52832 chip and the recent soft device(SD). I want to implement my own file storage and thus using sd_flash_write () andsd_flash_page_erase functionalities of soft device.
I want to check for the success of read or erase? From documentation I understand that the events NRF_EVT_FLASH_OPERATION_SUCCESS and failure events will be generated depending upon the operation. I want to understand where this events will be generated and how to check it? Pointing to any example code would help a lot.
Thanks,
Justin