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

Is FDS intialized by BLE stack ?

Hello,

I wanted to know how to syncrhonize the FDS_INIT event coming from the FDS. Indeed, it seems FDS is intialized by BLE stack but i want to use it before BLE starts so that's why i have called "fds_init" but then, i can see two FDS_INIT event coming in my FDS handler ... It creates app erros if i don't put a delay before calling BLE functions ... The other way could be to call BLE functions first so that it initializes FDS, and then use it ...

I'm using FreeRTOS now with SDK15.3.0 on nRF52832 device. I don't remember having this kind of issue when i was not using FreeRTOS ...

Regards,

Aurélien

Parents Reply Children
Related