Hello,
Do the micro controllers out of the box before installing onto a PCB already have a bootloader? What do I need to consider to be able to reprogram my MCU on the PCB board?
Thanks,
Calvin
Hello,
Do the micro controllers out of the box before installing onto a PCB already have a bootloader? What do I need to consider to be able to reprogram my MCU on the PCB board?
Thanks,
Calvin
Hi,
There is no bootloader in the nRF5-series devices. They will need to be programmed using the SWD protocol.
To do this, you need to have VDD, GND, SWDIO, and SWDCLK routed on your board and connected to the appropriate pins on your SWD-capable debugger/programmer.
Kind regards,
Håkon
Hi,
There is no bootloader in the nRF5-series devices. They will need to be programmed using the SWD protocol.
To do this, you need to have VDD, GND, SWDIO, and SWDCLK routed on your board and connected to the appropriate pins on your SWD-capable debugger/programmer.
Kind regards,
Håkon
Is there a guide to programming a fresh bootloader to the NRF52840? If I were to upload a bitstream like blinky to a blank slate MCU, will the MCU perform blink?
There are section in the intermediate course on our dev academy:
However; I do recommend that you look into the fundamentals course first.
Kind regards,
Håkon