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

我本仁慈,奈何苍天不许

文章分类

全部博文(165)

文章存档

2018年(1)

2016年(33)

2015年(5)

2014年(34)

2013年(92)

发布时间:2014-07-25 17:28:57

问题:在Keil4中调试STM32代码时,提示如下警告:        warning:  #260-D: explicit type is missing ("int" assumed)分析:        我当时在一个文件中定义了一个变量uint8_t nAsrStatus,在另一个文件中调用了,所以用了extern,.........【阅读全文】

阅读(10268) | 评论(0) | 转发(1)

发布时间:2014-07-24 16:07:34

问题:    ..\Main\voice.c(266): error:  #268: declaration may not appear after executable statement in block    分析:    在编译STM32程序中,提示这个是因为把变量的声明放在了可执行语句的后面如下面这几行代码:          .........【阅读全文】

阅读(5599) | 评论(0) | 转发(1)

发布时间:2014-07-21 16:41:43

用Keil编译STM32时提示:.\Obj\STM32-LD3320.axf: Error: L6200E: Symbol sRecog multiply defined (by ld3320_main.o and main.o).解决办法:把相应的东西放在.c文件中就行,不要放在.h头文件中......【阅读全文】

阅读(11398) | 评论(0) | 转发(1)

发布时间: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、1、菜单 options for target->linker->misc controls加入--entry Reset_Handler --first __Vectors2、options for target->asm->Include Paths 然.........【阅读全文】

阅读(5962) | 评论(0) | 转发(1)

发布时间:2014-07-18 10:11:22

STM32中SD的初始化代码:SD_Error SD_Init(void){        /*重置SD_Error状态*/        SD_Error errorstatus = SD_OK;        /* SDIO 外设底层引脚初始化 */        GPIO_Configuration();        /*对SD.........【阅读全文】

阅读(3154) | 评论(0) | 转发(2)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册