
STM32
文章平均质量分 66
lwg19870804
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
STM32标准库文件使用
1. stm32fxx.h main.c 开头包含 #include "stm32f2xx.h" #include "stm322xg_eval.h" #include "stm322xg_eval_lcd.h" #include stm32f2xx.h开头有 #if !defined (USE_STDPERIPH_DRIVER) /** * @brief Com原创 2015-12-13 17:26:15 · 2019 阅读 · 0 评论 -
STM32启动方式
1.启动模式选择 2.启动地址映射转载 2015-12-13 19:19:57 · 444 阅读 · 0 评论