Hi,
I am using fstorage api and for write and erase operations I am not receiving events. The event callback function is not invoked. I am using SDK 16.0.0.
In the sdk_confic.c the below macros are enabled
NRF_SDH_ENABLED
NRF_FSTORAGE_SD_ENABLED
NRF_SOC_ENABLED
Soft device is enabled in my application. I checked the map file nrf_fstorage.c, nrf_fstorage_sd, nrf_sdh_soc.c, nrf_sdh.c, nrf_sdh_ble.c are included in the project and compiled.
What am I missing in the setting? Could you help me to fix this problem?
Thanks.