
技术总监
  
- 积分
- 27759
- 在线时间
- 172 小时
- 精华
- 0
- 注册时间
- 2011-6-15
- 最后登录
- 2021-1-19
|
因为编译好了,工具自动就告诉你了呀。
比如像这样:
Rebuild target 'Target 1'
compiling main.c...
assembling startup_stm32f10x_md.s...
compiling system_stm32f10x.c...
linking...
Program Size: Code=980 RO-data=272 RW-data=52 ZI-data=1636
".\Test.axf" - 0 Error(s), 0 Warning(s). |
|