admin 似乎还是无法使用,这种方法在echo中输出的地址正常,但是在openOCD中的命令中仍然无法正确识别:
手动执行openocd -f interface/cmsis-dap.cfg -f target/stm32h7x_dual_bank.cfg -c init -c halt -c "flash write_image erase D:\STM32_project\STM32H743\C-topic\build\Debug\C-topic.hex" -c reset -c shutdown
,报错:
手动执行openocd -f interface/cmsis-dap.cfg -f target/stm32h7x_dual_bank.cfg -c init -c halt -c "flash write_image erase D:/STM32_project/STM32H743/C-topic/build/Debug/C-topic.hex" -c reset -c shutdown
或openocd -f interface/cmsis-dap.cfg -f target/stm32h7x_dual_bank.cfg -c init -c halt -c "flash write_image erase D:\\STM32_project\\STM32H743\\C-topic\\build\\Debug\\C-topic.hex" -c reset -c shutdown
,正常: