Chinaunix首页 | 论坛 | 博客
  • 博客访问: 586041
  • 博文数量: 165
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1554
  • 用 户 组: 普通用户
  • 注册时间: 2013-10-23 22:57
个人简介

我本仁慈,奈何苍天不许

文章分类

全部博文(165)

文章存档

2018年(1)

2016年(33)

2015年(5)

2014年(34)

2013年(92)

分类: 嵌入式

2014-07-21 10:28:25

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可能启动文件名不一样)



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