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

后端 未结 5 1654
心在旅途
心在旅途 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 09:01

    Nucleo F411RE embedded a stlink v2-1 not stlink v2

    so change the script file like this:

    source [find interface/stlink-v2-1.cfg]
    
    transport select hla_swd
    
    source [find target/stm32f4x.cfg]
    
    reset_config srst_only
    

提交回复
热议问题