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

Cannot debug the multillink_central example (s120)

Hi nordics.

I am trying to do s120 multilink_central example.

However, this example doesn't work well, and I cannot debug central example.

-Environment-

board: nrf51822 DK (6310)

debugger: J-link lite.

sdk version : 6_1

softDevice version: s120_nrf51_2.0.0

--

First, I set the ROM1 start:0x1d000 , size 0x23000
and RAM1 start 0x20002000, size 0x2000 for s120.

image description

and, I set the J-link driver like this....

image description

And I found that I can program this example with nRFgo studio, but i can not download with "download button" in the uvision tool.

When I try to debug this, I get this error message.

image description

How can I solve this problem?

Parents Reply
  • You were able to program both softdevice and application into the chip? When do you get the assert? As soon as you start it up or do you see the example running for some time before it assert?

    Have you modified the code example to match the HW you have? The pin definition will be different from the default code compared to the nRF6310-DK setup. It seems like you are asserting in the Bond delete part.

Children
No Data
Related