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

Struggling with getting started with the NRF52832 DK SoftWare development

Hello there,

Finally received my 2 DK's after developing my other 2 custom PCBs and not knowing how to program them without the arduino IDE and now I'm struggling to program it with the Keli uVision or the Eclipse IDE(The preferred option)

Now when I try to download the blinky blank example in the SDK 14 after building it Keli shows this error:

image description

these are the debug settings:image description

reganding that I'm stuck with the eclipse IDE as I can't find any up to date example project with makefile to start with and who knows what other problems will happen afterwards from what I know I can build projects there successfully without errors haven't tried flashing them to the chip.

I know the DK works for sure as I could flash it with the drag and drop mass storage programmable capabilities of it from the hex files in the SDK.

Thanks for helping.

Parents
  • Do you have SEGGER J-Link DLL registered in Keil MDK properly? Is it up-to-date J-Link SW package? Can you verify with other flashing tools (like nRFgo Studio or nrfjprog) that board is correctly attached to the machine and SWD operations like erase and flash work there? To be honest I had zero problems with Keil and nRF52 DKs on Windows 7 (even I'm not using Keil for anything I wanted to try and after all SW installed prepared project from SDK opened, built and flashing both SD and APP HEX files to the targets worked without any issue...)

Reply
  • Do you have SEGGER J-Link DLL registered in Keil MDK properly? Is it up-to-date J-Link SW package? Can you verify with other flashing tools (like nRFgo Studio or nrfjprog) that board is correctly attached to the machine and SWD operations like erase and flash work there? To be honest I had zero problems with Keil and nRF52 DKs on Windows 7 (even I'm not using Keil for anything I wanted to try and after all SW installed prepared project from SDK opened, built and flashing both SD and APP HEX files to the targets worked without any issue...)

Children
No Data
Related