What might be the cause of the project debug run failure,

HI,excuse me:

  • What might be the cause of the project debug run failure,

    • Ram\Flash Address space partition problem,

      • Check to help,thanks!

      • demo route:sdk_test_0_1_1(4.21).7zC:sdk_test_0_1_1(4.21)\nrt_sdk_0_1_1\Projects\NRF52840DK_Sample\ses
Parents Reply Children
  • The error states that there is an overlap between the flash address of some of the images being downloaded/programmed. What is the start address and size of your application, and what about the additional load file(s)? Regarding load files, the SDK example project that rely on a SoftDevice includes that as an additional load file. You can see the additional load file configuration here:

    Looking at your project it does not seem like this is an issue there though (the SoftDevice is the additional load file, and the start address matches the size of the SoftDevice, which is correct. However your project not build out of the box so I have not been able to test it. But there must be some issue with the address configured somewhere, even though I am not able to spot it (this error means that there is an overlap in the address range of the hex files that are to be programmed).

Related