OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 2013|回复: 5

在将FreeRTOS移植到f103时出现的问题,有没有大佬能看一下怎么解决

[复制链接]

1

主题

3

帖子

0

精华

新手入门

积分
15
金钱
15
注册时间
2023-4-10
在线时间
2 小时
发表于 2023-8-7 20:00:45 | 显示全部楼层 |阅读模式
1金钱
微信图片_20230807195853.jpg

最佳答案

查看完整内容[请看2#楼]

看看是不是这里的宏定义 没有定义正确啊?
正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

0

主题

451

帖子

0

精华

论坛元老

Rank: 8Rank: 8

积分
3316
金钱
3316
注册时间
2016-3-19
在线时间
815 小时
发表于 2023-8-7 20:00:46 | 显示全部楼层
看看是不是这里的宏定义 没有定义正确啊?
微信截图_20230808092529.png
Nothing is impossible
回复

使用道具 举报

0

主题

451

帖子

0

精华

论坛元老

Rank: 8Rank: 8

积分
3316
金钱
3316
注册时间
2016-3-19
在线时间
815 小时
发表于 2023-8-8 09:34:01 | 显示全部楼层
#if defined(STM32F100xB)
  #include "stm32f100xb.h"
#elif defined(STM32F100xE)
  #include "stm32f100xe.h"
#elif defined(STM32F101x6)
  #include "stm32f101x6.h"
#elif defined(STM32F101xB)
  #include "stm32f101xb.h"
#elif defined(STM32F101xE)
  #include "stm32f101xe.h"
#elif defined(STM32F101xG)
  #include "stm32f101xg.h"
#elif defined(STM32F102x6)
  #include "stm32f102x6.h"
#elif defined(STM32F102xB)
  #include "stm32f102xb.h"
#elif defined(STM32F103x6)
  #include "stm32f103x6.h"
#elif defined(STM32F103xB)
  #include "stm32f103xb.h"
#elif defined(STM32F103xE)
  #include "stm32f103xe.h"
#elif defined(STM32F103xG)
  #include "stm32f103xg.h"
#elif defined(STM32F105xC)
  #include "stm32f105xc.h"
#elif defined(STM32F107xC)
  #include "stm32f107xc.h"
#else
#error "Please select first the target STM32F1xx device used in your application (in stm32f1xx.h file)"
#endif

这里需要定义其中一个   否则就会有错误
Nothing is impossible
回复

使用道具 举报

1

主题

3

帖子

0

精华

新手入门

积分
15
金钱
15
注册时间
2023-4-10
在线时间
2 小时
 楼主| 发表于 2023-8-9 13:18:30 | 显示全部楼层
unnormal 发表于 2023-8-8 09:26
看看是不是这里的宏定义 没有定义正确啊?

是的,已解决,谢谢!
回复

使用道具 举报

1

主题

3

帖子

0

精华

新手入门

积分
15
金钱
15
注册时间
2023-4-10
在线时间
2 小时
 楼主| 发表于 2023-8-9 13:18:59 | 显示全部楼层
unnormal 发表于 2023-8-8 09:34
#if defined(STM32F100xB)
  #include "stm32f100xb.h"
#elif defined(STM32F100xE)

已解决,谢谢!
回复

使用道具 举报

0

主题

451

帖子

0

精华

论坛元老

Rank: 8Rank: 8

积分
3316
金钱
3316
注册时间
2016-3-19
在线时间
815 小时
发表于 2023-8-9 13:56:19 | 显示全部楼层
二12138 发表于 2023-8-9 13:18
已解决,谢谢!

不客气  

互相学习
Nothing is impossible
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2024-11-22 17:21

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表