eclipse-plugin
eclipse-plugin copied to clipboard
Help with Debug configuration using --runner jlink
Hi,
I'm not sure if this is the right place to post. I'm trying to setup a hardware debug configuration for a STM32F411RE Nucleo board (the debug interface is JLink). The Nucleo ST Link is flashed to behave like a Segger JLink
I can run west flash --runner jlink from the command prompt and it successfully programs the flash.
When I setup the debug configuration to use west (invoke flash) and provide argument '--runner jlink' I get the following errors

Debug Configuration setup



Thanks
Just an update. If I select do not flash hardware target I am able to load the code and step through it.