Search found 1 match

by superheasy
Sat Jul 03, 2021 2:41 pm
Forum: ESP-IDF 中文讨论版
Topic: [已解决] openocd jlink error
Replies: 3
Views: 7782

Re: openocd jlink error

不懂openocd太坑了。。。。
加上这句就好了

echo "WARNING: boards/esp-wroom-32.cfg is deprecated, and may be removed in a future release."
set ESP32_FLASH_VOLTAGE 3.3
source [find target/esp32.cfg]
adapter_khz 1000

esp-wroom-32.cfg

jlink调试的选项
-s ${openocd_path}/share/openocd/scripts -f interface/jlink.cfg -f board ...

Go to advanced search