You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core issue is that an Upload or Debug erases the board but does not write back the SoftDevice / Bootloader. If I burn the bootloader first, then Upload or Debug it works but uploading a second time deletes the Bootloader.
Can be replicated by using the Nordic nRF52840-DK board and the Adafruit BSP, loading a simple blink sketch to main.c.
I am running the Bluefruit Bluetooth library so need the board = nrf52840_dk_adafruit.
The core issue is that an Upload or Debug erases the board but does not write back the SoftDevice / Bootloader. If I burn the bootloader first, then Upload or Debug it works but uploading a second time deletes the Bootloader.
Can be replicated by using the Nordic nRF52840-DK board and the Adafruit BSP, loading a simple blink sketch to main.c.
I am running the Bluefruit Bluetooth library so need the board = nrf52840_dk_adafruit.
Maybe related to this issue, #147
Only the board = nrf52840_dk_adafruit displays the Burn Bootloader option.
It the device has had the Burn Bootloader command run before Upload, it works correctly. SoftDevice showing in blue.
Clicking Upload again (or Debug) erases the SoftDevice.
The text was updated successfully, but these errors were encountered: