Hi,
I have a problem that can not receive FDS_EVT_WRITE event, but fds_record_write return NRF_SUCCESS when using FDS and FreeRTOS simultaneously on nRF52840. And FDS_EVT_INIT and FDS_EVT_GC work well. Then I found the function SD_EVT_IRQHandler in nrf_sdh.c and nrf_sdh_freertos.c. I had tested that when I used SD_EVT_IRQHandler in nrf_sdh.c FDS worked well and I could receive the FDS_EVT_WRITE event. However, when I used SD_EVT_IRQHandler in nrf_sdh_freertos.c FDS_EVT_WRITE event never came. Why? if I use the founcton in nrf_sdh.c with FreeRTOS , any problems later?
any help?