eclipse-plugin icon indicating copy to clipboard operation
eclipse-plugin copied to clipboard

Help with Debug configuration using --runner jlink

Open dsilva-vd opened this issue 3 years ago • 1 comments

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 image

Debug Configuration setup image

image

image

Thanks

dsilva-vd avatar Jul 25 '22 02:07 dsilva-vd

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

dsilva-vd avatar Jul 25 '22 15:07 dsilva-vd