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

fds_record_update fails err code 3

I am trying to integrate the NFC read/write functions in my BLE application. I have used the writable_ndef_msg project functions to start with. The project on its own works fine, but when used with my app, I am unable to write to flash for some reason. The program crashes when an NFC write is attempted, but read works fine(only after first running the sample app, as the first record write succeeds and an NFC record already exists in flash). The fds_record_update function gives me error code 3 which is supposed to be FDS_ERR_UNALIGNED_ADDR. I am not sure why the example works fine but I get unaligned memory access error when integrated with my ble app. My ble app is a simple packet advertiser. 

Parents Reply Children
No Data
Related