Hey, i have a redbear nano and a nrf52832 breakout board and i want to program them using nordic sdk. Can you pls provide me with instructions?
Hey, i have a redbear nano and a nrf52832 breakout board and i want to program them using nordic sdk. Can you pls provide me with instructions?
Hi,
You will need a programmer to flash the devices. Both the redbear nano and the nrf52832 breakout-board have a SWD interface that you use to connect to a programmer. If you have a nRF5x Development kit, you can use the on-board debugger/programmer(SEGGER J-Link OB) to flash your devices using the Debug output connector. You can also use other programmers that support SWD.
I think the MK20 supports CMSIS-DAP, so you can try to select "CMSIS-DAP Debugger" in the Keil "Options for target" ->Debug tab.
I think the MK20 supports CMSIS-DAP, so you can try to select "CMSIS-DAP Debugger" in the Keil "Options for target" ->Debug tab.