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_open & fds_record_close return NRF_SUCCESS)
2) When the softdevice is disabled : fds_write returns NRF_SUCCESS, and the value read is correct (fds_record_open & fds_record_close return NRF_SUCCESS)
Question : does the FDS work with softdevice enabled ?
Thanks,