STM32CubeMX工程中加入RT_thread

1、在STM32CubeMX中正常生成MDK工程

2、MDK官下载RealThread 软件包,并安装

STM32CubeMX工程中加入RT_thread

3、MDK工程中删除…it.c文件

STM32CubeMX工程中加入RT_thread

4、加入rt_thead内核

STM32CubeMX工程中加入RT_thread

5、main.c中加入头文件

STM32CubeMX工程中加入RT_thread
STM32CubeMX工程中加入RT_thread
STM32CubeMX工程中加入RT_thread

6、rtconfig.h中配置内存管理

STM32CubeMX工程中加入RT_thread

7、编译下载