Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Board = nrf52840_dk_adafruit missing SoftDevice on Debug and Build #196

Open
davewyers opened this issue Apr 29, 2024 · 0 comments
Open

Comments

@davewyers
Copy link

davewyers commented Apr 29, 2024

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

[env:nrf52840_dk]
platform = nordicnrf52
; board = nrf52840_dk
board = nrf52840_dk_adafruit
framework = arduino

image

Only the board = nrf52840_dk_adafruit displays the Burn Bootloader option.
image

It the device has had the Burn Bootloader command run before Upload, it works correctly. SoftDevice showing in blue.
image

Clicking Upload again (or Debug) erases the SoftDevice.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant