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

nrf52328 jlink error

I am trying to program a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using Keil v5, nRF sdk v 12.3, soft device 132.

I get the following error when I try to download a compiled example program from the SDK.

image description

Please help.

Parents
  • Hi

    The address 0x02000004 is outside any ranges used in the nRF52832. It looks like you have a RAM configuration error. Have a look at "Project" -> "Options for Target" -> "Target" tab, under "Read/Write Memory Areas" and check to see that the "Start" address begins with 0x2000 and then has four more hexadecimal digits. You may be missing a 0.

    Regards,

    Terje

Reply
  • Hi

    The address 0x02000004 is outside any ranges used in the nRF52832. It looks like you have a RAM configuration error. Have a look at "Project" -> "Options for Target" -> "Target" tab, under "Read/Write Memory Areas" and check to see that the "Start" address begins with 0x2000 and then has four more hexadecimal digits. You may be missing a 0.

    Regards,

    Terje

Children
Related