下载程序
pyocd flash -t stm32f429xg output/stm32.elf
使用pyocd调试:
1. 启动pyocd
pyocd gdbserver -t stm32f429xg
2. 启动gdb
arm-none-eabi-gdb -ex "target remote localhost:3333"
下载程序
pyocd flash -t stm32f429xg output/stm32.elf
使用pyocd调试:
1. 启动pyocd
pyocd gdbserver -t stm32f429xg
2. 启动gdb
arm-none-eabi-gdb -ex "target remote localhost:3333"