Skip to content

Commit

Permalink
add summary of debug by comtool.
Browse files Browse the repository at this point in the history
  • Loading branch information
coregiu committed Dec 10, 2023
1 parent 0910bc5 commit cd9fc68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions software/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ $ sudo stm32flash -w STM32F10x-Template.hex -v -g 0x0 /dev/ttyUSB0
```C
NVIC_PriorityGroupConfig(NVIC_PriorityGroup_4); /* 设置优先级分组为4组,即抢占优先级范围为0-15 */
```
- 2 使用串口工具进行命令下发调试时,注意一定要在命令后面带上换行符,因为命令接收以换行符为结束标识,没有换行符会一直收集命令。
# 参考
https://github.com/larriti/stm32f10x-template
Expand Down

0 comments on commit cd9fc68

Please sign in to comment.