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

How to use nRF5 SDK to program bare nRF52832, not development board?

Hello,

I am starting development on what should be a straightforward application using the nRF52832. It is actually this BLE module, which contains the nRF52832. However, starting to develop on the device has been a bit of a pain. I am having trouble using Segger Embedded Studio because it won't detect my J-Link Mini programmer. Instead, I started looking into development on the Keil uVision application. 

The problem that I'm having is that it seems like all of the examples are meant to be used with the Nordic development boards, and not the plain board. I know they have board definitions in a header file, but a plain nRF52832 is not included. Is the only way to flash a program to my module is by me defining a custom board type and then flashing it?

Thank you

Parents Reply Children
Related