nRF52-fds-example
nRF52-fds-example copied to clipboard
I am struggling for 2 days to get write callbacks
Using the exact code, I am able to get the callbacks for the init only, but not for the write.
Using your code I get my log :
:INFO:STARTED PROGRAM
:INFO:fds_evt_handler with : 0 // event for init
:INFO: init success // event for init
:INFO:Writing Record ID = 1
:INFO:Writing Record ID = 2
At this point I will not get any sign/callback that the write was successful, and even if I try to read after the write he will not find anything to read.
I'v tried to erase the chip, remove the bluetooth, nothing helps. Any clue what to explore ?
SDK13, with NRF52832, debug using Segger.
Thanks.