Blinky doesn't work on nRF52840-dongle via J-Link

Hi there,

The blinky sample worked fine on the nRF52840-dongle when programmed via the stock bootloader, but I need to flash it via J-Link to reproduce an issue.

When flashing blinky via J-Link, the LED doesn't blink.

I guess I have to tweak the sample in some way. I tried to use MCUboot by adding CONFIG_BOOTLOADER_MCUBOOT=y and CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x40000 in mcuboot.conf to no avail.

Thanks in advance for your help!

- Laci

Related