Problem Shooting :openocd cannot find target.cfg
问题描述

解决方案
在 openocd.cfg 文件不能自动找到芯片对应的配置文件,需要手动配置,我的芯片为STM32F407,所以配置位stm32f4x.cfg
source [find target/.cfg] 更改为 source [find target/stm32f4x.cfg]


在 openocd.cfg 文件不能自动找到芯片对应的配置文件,需要手动配置,我的芯片为STM32F407,所以配置位stm32f4x.cfg
source [find target/.cfg] 更改为 source [find target/stm32f4x.cfg]
