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

What's the preferred way to get an SDK example running on a non-devkit radio?

Hi,

I have been using the PCA10040 and PCA10056 development boards to do some evaluation/testing of the Nordic BTLE radio functionality.  We now have purchased standalone nrf52811 radio modules and I'd like to test my same code on these non-devkit radios. I have confirmed if I create a simple "hello world" app targeting the nrf52811 I can program the radio and use the SWD interface in Segger Embedded Studio.  However, if I try to program the nrf52811 using my devkit-based project it appears the memory layout is based on the PCA10040 and the code immediately crashes in the debugger with "Stopped by vector catch".

Is there a simple way to convert an existing project that was built for the devkit to the instead target the nrf52811 or am I better off starting from scratch and creating a brand new project that targets the nrf52811 and add the appropriate Nordic libraries for BTLE and UART support?   

Thanks,

Brian

Parents Reply Children
Related