File tree Expand file tree Collapse file tree
bsp/stm32/stm32f103-blue-pill Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ scons.args: &scons
55nano :
66 << : *scons
77 kconfig :
8- - CONFIG_USING_NANO =y
8+ - CONFIG_RT_USING_NANO =y
99# ------ peripheral ------
1010peripheral.arduino :
1111 << : *scons
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ pkgs --update
8888
8989下载程序成功之后,系统会自动运行,LED 闪烁
9090
91- 连接开发板对应串口到 PC , 在终端工具里打开相应的串口(115200-8-1-N),复位设备后,可以看到 RT-Thread 的输出信息:
91+ 连接开发板对应串口到 PC(PA9,PA10) , 在终端工具里打开相应的串口(115200-8-1-N),复位设备后,可以看到 RT-Thread 的输出信息:
9292
9393``` bash
9494 \ | /
@@ -121,7 +121,10 @@ msh >
121121STM32F103C8T6和STM32F103CBT6(128KB Flash)是基于同一芯片制造的,但在出厂时,STM32F103C8T6仅对前64KB进行了测试和认证,因此官方文档中仅标注为64KB。链接脚本故意改成128kb的,解锁高64kb。
122122注意:高64kb并不完全可靠,若是烧录超过64kb代码后运行出错,可能是硬件flash问题。
123123
124-
124+ 可通过以下指令查看快速配置的内容,如果开启nano可以仅保留核心功能,减少代码占用。
125+ ``` bash
126+ scons --attach=?
127+ ```
125128## 感谢 & 维护
126129
127130- 感谢[ obito0] ( https://github.com/obito0 ) 提供的[ 原始工程] ( ../stm32f103-mini-system )
You can’t perform that action at this time.
0 commit comments