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

FDS don't work when softdevice is enabled ?

Hello,

I am using : SDK 17.0.2 and S132_7.2.0 with nrf52832 DK

in my BLE application, the FDS has 2 behaviors :

1) When the softdevice is enabled : fds_write returns NRF_SUCCESS, but the value read is incorrect and completly random  (fds_record_openfds_record_close return NRF_SUCCESS)

2) When the softdevice is disabled :  fds_write returns NRF_SUCCESS, and the value read is correct  (fds_record_openfds_record_close return NRF_SUCCESS)

Question : does the  FDS work with softdevice enabled ?

Thanks,

Related