mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 13:13:31 +08:00
【增加】cubemx 生成代码时的注意事项
This commit is contained in:
parent
bd44c1e590
commit
1e775cc903
@ -117,6 +117,10 @@ BSP 的制作过程分为如下五个步骤:
|
||||
|
||||
![生成对应的配置代码](./figures/CubeMX_4.png)
|
||||
|
||||
注意:在生成代码时,不要勾选以下选项(即:不让其生成单独的 .c/.h 驱动文件,直接全部更新到 rt-thread 要使用的 stm32xxx_hal_msp.c 文件中)
|
||||
|
||||
![generate-code](figures/generate-code.png)
|
||||
|
||||
最终 CubeMX 生成的工程目录结构如下图所示:
|
||||
|
||||
![CubeMX 图7](./figures/CubeMX_5.png)
|
||||
|
@ -69,6 +69,9 @@
|
||||
- 部分驱动如果没有适配 BSP 所属的 STM32 系列,请等待 RT-Thread 团队更新。
|
||||
- 驱动文件对 STM32 系列的支持情况可以查看 [STM32系列驱动介绍文档](STM32系列驱动介绍文档.md)。
|
||||
- 对于驱动文件或文档说明,有任何建议或者意见,欢迎反馈到 [RT_Thread GitHub](https://github.com/RT-Thread/rt-thread) 网站或 [RT-Thread 官方论坛](https://www.rt-thread.org/qa/forum.php)。
|
||||
- 在生成代码时,不要勾选以下选项(即:不让其生成单独的 .c/.h 驱动文件,直接全部更新到 rt-thread 要使用的 stm32xxx_hal_msp.c 文件中)
|
||||
|
||||
![generate-code](figures/generate-code.png)
|
||||
|
||||
## 5. 附录
|
||||
|
||||
|
BIN
bsp/stm32/docs/figures/generate-code.png
Normal file
BIN
bsp/stm32/docs/figures/generate-code.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Loading…
x
Reference in New Issue
Block a user