wuhanstudio/rt-u8g2

[添加硬件 SPI 编译错误] SPI_TypeDef is undefined

wuhanstudio opened this issue · 3 comments

很多常见的问题我就都在这里总结一下了

这是官方 bsp 的一个小问题,只要在 drv_spi.h 包含一个头文件就可以了,添加的头文件可以直接查看定义就找到了。

TIM图片20190507152504

当然,要勾选 Browse Information 编译后才能转到定义

TIM图片20190507152617

Originally posted by @wuhanstudio in #2 (comment)

实际上最新版本 stm32f10x-HAL 的 bsp 已经被移除了,这是 rt-thread 建议:

stm32f10x-HAL 该 BSP 已经逐渐不再维护了,推荐使用 stm32 目录下的 BSP。

https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32

Originally posted by @SummerGGift in RT-Thread/rt-thread#2709 (comment)

用stm32下的bsp,注意GPIO定义的规则不一样,前期会百般不适应的