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

how to handle PM_EVT_PEER_DATA_UPDATE_FAILED

Hi,

We use SDK14.0 with S132 v5.0.0 on a custom board with nRF52832. In our application using a lot of flash operation, and we found the error PM_EVT_PEER_DATA_UPDATE_FAILED usually happened when having flash operation. Further, we find the error happened on the case PDB_EVT_RAW_STORE_FAILED in the pm_pdb_evt_handler() function. Thanks

I'll appreciate the help. image description ble_app_hrs.zip

Parents
  • Yes. That is not more information. That is the same information you have already given. Can you please describe a bit more about what you are doing? In addition to "a lot of flash operation"? How are you doing these flash operations? Through Peer Manager? Is your application using FDS? Are you using an example from the SDK? What are you doing in addition to flash operations?

    What is the value of pm_evt.params.peer_data_update_failed.error when you get the PM_EVT_PEER_DATA_UPDATE_FAILED event?

    Would it be possible for you to share a complete project that reproduces the behavior?

Reply
  • Yes. That is not more information. That is the same information you have already given. Can you please describe a bit more about what you are doing? In addition to "a lot of flash operation"? How are you doing these flash operations? Through Peer Manager? Is your application using FDS? Are you using an example from the SDK? What are you doing in addition to flash operations?

    What is the value of pm_evt.params.peer_data_update_failed.error when you get the PM_EVT_PEER_DATA_UPDATE_FAILED event?

    Would it be possible for you to share a complete project that reproduces the behavior?

Children
No Data
Related