feat: Refactor clock configuration, update HSE startup timeout, and enhance UART heartbeat message

This commit is contained in:
2025-10-22 10:56:14 +08:00
parent 6d37b0ec23
commit d6b562d808
7 changed files with 69 additions and 36 deletions

8
flash_openocd.sh Executable file
View 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"