STM32F0, ST-link v2, OpenOCD 0.9.0: open failed

后端 未结 5 1649
心在旅途
心在旅途 2021-02-19 08:16

I\'m using Launchpad\'s gcc-arm-none-eabi 4.9-2015q2 to compile for an STM32F0, and now I\'d like to debug using arm-none-eabi-gdb from that collection. My ST-Link v2 is part of

5条回答
  •  孤独总比滥情好
    2021-02-19 08:50

    1.in eclipse ide-->project-->inc --> {project_name} debug.cfg ->source [find interface/stlink.cfg]

    check your interface debugger whether stlink.cfg or stlink-v2.cfg or stlink-v2-1.cfg and change [find interface/stlink.cfg]

    {or}TRY

    2.C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_2.5.0.201904120827\resources\openocd\st_scripts\interface\stlink.cfg(or stlink-v2.cfg or stlink-v2-1.cfg)

    add hla_vid_pid 0

提交回复
热议问题