Chinaunix首页 | 论坛 | 博客
  • 博客访问: 34634
  • 博文数量: 27
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 10
  • 用 户 组: 普通用户
  • 注册时间: 2022-05-02 01:54
文章分类

全部博文(27)

文章存档

2022年(27)

我的朋友

分类: 嵌入式

2022-05-03 15:27:13

Keil提示:*.axf: Error: L6967E: Entry point (0x08000000) points to a Thumb instruction but is not a valid Thumb code pointer.
解决办法: 

1、菜单 options for target->linker->misc controls加入


--entry Reset_Handler --first __Vectors

2、options for target->asm->Include Paths 然后倒入startup_stm32f10x_hd.s或者startup_stm32f10x_md.s(说明:不同的MCU可能启动文件名不一样)



阅读(916) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~