标签:cc3200 原因 运行 ima 出错 时间 different size red
1. 先看下出错的提示
2. 出错的代码部分,现在问题是定位不到哪一行代码出问题,反正运行一段时间就进入了
static void
FaultISR(void)
{
while(1) { }
}
3. 现在需要更多的信息来查找原因,既然都是以前的代码都运行正常的,唯一变的就是IAR编译器,是不是优化等级的问题,修改优先级依然无法解决
4. 比较关注的一个问题,这个应该是IAR的新版本这个是32位的。但是之前编译的库是16位的。重新把库编译一下即可。
Warning[Lt009]: Inconsistent wchar_t size
netcfg.o(simplelink.a) and 27 other objects in 21 different libraries have wchar_t size 16 bits
ap_cmd.o and 92 other objects, some of them in dl7M_tln.a and 10 other libraries have wchar_t size 32 bits
5. 是不是芯片的硬件版本有升级过?其他工程可以正常运行的。
CC3200作为STA模式连接路由器出现exception occured at:0xa72fcf6
标签:cc3200 原因 运行 ima 出错 时间 different size red
原文地址:https://www.cnblogs.com/429512065qhq/p/8963842.html