Debugger not starting

It should not, I just have multiple projects in my workspace, thus the needed distinction.

One obversation I just had was that when just using the platformio.ini

[env:rak8211_nb]
platform = nordicnrf52
board = nrf52_dk
framework = zephyr
board_build.mcu = nrf52832

upload_protocol = custom
upload_command = $PROJECT_PACKAGES_DIR/tool-openocd/bin/openocd -f $PROJECT_PACKAGES_DIR/tool-openocd/scripts/board/nordic_nrf52_ftx232.cfg -c init -c "reset init" -c halt -c "program {$SOURCE} verify" -c reset -c exit

(to get the default JLink debug method) and starting PIO debug, I did get some output, after being away from the computer for… half an hour? Don’t quite remember.

Obviously something is wrong there…

1 Like