1 Star 1 Fork 1

guanglun/OPENVIO

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
flash.cmd 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
guanglun 提交于 2021-08-04 12:59 +08:00 . update openvio fun
set STM32_INTERFACE_CFG="interface/stlink.cfg"
set STM32_TARGET_CFG="target/stm32h7x.cfg"
set STM32_BIN_FILE_PATH="build/"
set STM32_BIN_FILE=%STM32_BIN_FILE_PATH%"STM32H7VIO.elf"
echo "start flash STM32 ...";
openocd -f %STM32_INTERFACE_CFG% -f %STM32_TARGET_CFG% -c init -c "reset halt" -c "flash write_image erase %STM32_BIN_FILE%" -c "reset run" -c exit
@REM echo "set stm32 BOR level ..."
@REM openocd -f %STM32_INTERFACE_CFG% -f %STM32_TARGET_CFG% -c init -c "reset halt" -c "stm32h7x options_write 0 0xE8" -c "reset run" -c exit
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guanglunking/openvio.git
git@gitee.com:guanglunking/openvio.git
guanglunking
openvio
OPENVIO
master

搜索帮助