Initial Programming for nRF52832 on custom board

Hi,

I am looking to perform programming on a nRF52832 on a custom PCB. So far I am planning to use an SWD connection with my nRF52DK to upload my application.

1. I was wondering if the nRF52832 comes with the softdevice132 and bootloader already programmed? 

If not, where can I find the correct bootloader projects?

2. Also, please advise if this would be the best script to do the upload:

nrfjprog --eraseall
// Flash the softdevice first
nrfjprog -f NRF52 --program file.hex --verify
// Next, flash the bootloader the same as above
// Next, flash the application the same as above

Parents Reply Children
No Data
Related