然后在右侧选择Debuger tab,将Debuger设置为gdbserver Debugger.
GDB debugger栏中设置为arm-none-eabi-gdb.
GDB command file栏设置为:Debug/gdb.ini
选择Debugger options中的connect tab,将连接tye设置为TCP,端口Port number设置为3333
选Apply保存配置。
7 调试
现启动openocd。注意需要root用户属性运行。
openocd -f stm32.cfg
再点击eclipse中的Debug按钮,进行调试即可。