Reputation: 859
I have been trying to establish connection between STM3220G-EVAL board and OpenOCD debugger under Eclipse Neon.2 (release 4.6.2) running on Windows 7 PC.
My Debug Configuration looks like: . The problem is that I still receive following Error Message:
. I have found in another thread that this message is due to the missing line
-f board\stm32f4discovery.cfg
so I have appended it. But the result is still the same. Does anybody know what the reason could be? Thanks for any suggestions.
Upvotes: 0
Views: 267
Reputation: 8860
Eclipse Neon.2 is broken for hardware debugging. Your only option is to downgrade to Neon.1.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=509812
Upvotes: 0
Reputation: 3282
You've set this option in the GDB section, not OpenOCD section. Check "Start OpenOCD locally" and move the "-f board/stm32f4discovery.cfg" line to "Config options" instead.
Upvotes: 1