feat: Refactor clock configuration, update HSE startup timeout, and enhance UART heartbeat message
This commit is contained in:
8
flash_openocd.sh
Executable file
8
flash_openocd.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
openocd \
|
||||
-f interface/cmsis-dap.cfg \
|
||||
-f target/stm32f4x.cfg \
|
||||
-c "adapter speed 4000" \
|
||||
-c "transport select swd" \
|
||||
-c "program build/stmf411re_test.elf verify reset exit"
|
||||
Reference in New Issue
Block a user