stm32使用rt-thread在文件《stm32f1xx_hal.h》中头文件包含顺序引出的错误

Posted skullboyer

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了stm32使用rt-thread在文件《stm32f1xx_hal.h》中头文件包含顺序引出的错误相关的知识,希望对你有一定的参考价值。

@2019-01-24

【小记】

在学习 rt-thread BSP制作过程中,发现文件《stm32f1xx_hal.h》中

Env工具生成的原始顺序

1. #include "stm32f1xx_hal_conf.h"

2. #include <rtthread.h>

这将导致 <stm32f1xx_hal_spi.h> 文件找不到而编译出错,调整顺序后则OK,原因暂不详

以上是关于stm32使用rt-thread在文件《stm32f1xx_hal.h》中头文件包含顺序引出的错误的主要内容,如果未能解决你的问题,请参考以下文章

RT-Thread 移植到stm32

RT-Thread STM32H743 NUCLEO 以太网

RT-Thread Studio联合STM32CubeMX进行开发

RT-Thread can - STM32F103ZET6

基于STM32F429使用RT-Thread实现web服务器功能

RT-Thrad|STM32F103+ESP8266 S01+RT-Thread联网之更新ESP8266固件(2/3)