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

NR52832 use with CMSIS-DAP Programmer Error

Hi,

I am a hardware and software embedded developer. I used to SKY369 based on NRF52832 in our bluetooth project, i use softdevice S132 firmware. I can programming with Arduino Ide this module but i dont use delay() function in Arduino. So i want to programming with Keil uVision 5. My programmer is CMSIS-DAP ( https://store.particle.io/products/particle-debugger ), i want to program this NRF52832 with CMSIS-DAP in keil uVision 5 but i have as below error(I use blinkly blank example for pca10040(because based on NRF52832):

The main blink program:

Configure of NRF52832xxAA:

Define: BSP_DEFINES_ONLY NRF52_PAN_53 NRF52_PAN_15 NRF52_PAN_54 NRF52_PAN_20 NRF52_PAN_55 NRF52_PAN_30 NRF52_PAN_58 NRF52_PAN_31 NRF52_PAN_62 NRF52_PAN_36 NRF52_PAN_63 NRF52_PAN_51 NRF52_PAN_64 CONFIG_GPIO_AS_PINRESET BOARD_PCA10040 NRF52_PAN_12 NRF52

CMSIS-DAP debugger confiure:

When i push the load(Download F8), i have error as below:

How can i solve?

Can you help to program to my designed NRF52832xxAA board with CMSIS-DAP debugger, please help.

Related