Hello,
I am trying to download the program to my target using J-LInk. Unfortunately, I get this message (see bellow) and I don't know how to proceed.
Any help is appreciated. Thanks!
Hello,
I am trying to download the program to my target using J-LInk. Unfortunately, I get this message (see bellow) and I don't know how to proceed.
Any help is appreciated. Thanks!
Please give us more information. Are you using a Nordic DK? Nordic SDK version? Operating system?
As Ole says, we will need some more information in order to help you here. Usually, this error occurs most commonly when the application and the SoftDevice files overlap in the Flash, and you need to edit the FLASH and RAM_START according to the SoftDevice specifications. Please provide the SDK and SoftDevice version of your project, and if you're using one of our example projects or not.
Best regards,
Simon
Yes, sorry. I'm using nRF52832, SDK v14. 2 and I'm running the program in a Windows 10 computer
The project it's not mine. It was developed by someone else and now I have to work with it. It was made using the ble_app_template and creating a custum service
Hi
Please take a look at our Adjustment of RAM and Flash memory guide, and make sure that your RAM and Flash start addresses are correct according to the SoftDevice your application is using (Since it's an nRF52832 I assume you're using S132).
You can also take a look at our custom service ble example to get a better idea of how your project works if you're unfamiliar with it. I'm guessing the project is based on this tutorial, and either way, it should help you understand what you need to know about creating custom services, etc.
Best regards,
Simon