Open pwilkowski opened 2 years ago
Hello, did you solve the problem? Help needed here.
Following the Docs here https://docs.platformio.org/en/stable/tutorials/nordicnrf52/arduino_debugging_unit_testing.html
You need to update your board to board = nrf52840_dk_adafruit
I had the same issue, using my ini file.
[env:nrf52840_dk_adafruit]
platform = nordicnrf52
board = nrf52840_dk_adafruit
debug_tool = jlink
upload_protocol = jlink
monitor_speed = 115200
;change microcontroller
board_build.mcu = nrf52840
; change MCU frequency
board_build.f_cpu = 64000000L
Using the nRF Programmer App I noticed that the SoftDevice was not getting written to the device on Upload.
I added the Build flag but no change.
; SoftDevice version
build_flags = -DNRF52_S140
When I "Burn Bootloader" first, then "Upload" it worked correctly.
I am not sure if this step is missing from the docs or this is a bug.
Regards Dave
Hello, i have a brand new nrf52840 development kit with jlink on board When it arrived, LED was blinking (the one near actual NRF chip.
However, when i tried uploading simple code
No diode was blinking anymore. I also did try to upload
arduino-blink
example with same results.This leads me to believe uploading firmware works however something in program is not correct? Or there is a bug?
my platformio.ini: