1、出现"***F9411S: Cannot continue debugging due to a CR trimming value error."或者:
![](http://uphotos.eepw.com.cn/halibote/pics/8c2983ee98f14afe9d3c75ab8d4a2fd3.png)
![](http://uphotos.eepw.com.cn/halibote/pics/24b123a79e4524330b424df3773c0ec9.jpg)
解决:请确认操作是否正确,如果连接正确,那么断开调试器和MCU,然后重新插上,如果这个时候还是不行,还有一个方法,卸载调试器的驱动,然后再重新安装驱动,再调试!!
2、编译时,显示如下报错信息:
E4333L: Not specified ROM address (INIT)
E4333L: Not specified ROM address (INIT)
E4333L: Not specified ROM address (DIRINIT)
E4333L: Not specified ROM address (DIRINIT)
解决:
![](http://uphotos.eepw.com.cn/halibote/pics/d583d64e40d4ad076e1b3f1978520cdf.png)
然后:
![](http://uphotos.eepw.com.cn/halibote/pics/2496fe70ccaf67bdf96ba1ff17712861.png)
添加两个section: Section Name:@INIT Contents Type:CONST 和 Section Name:@DIRINIT Contents Type:CONST
3、如果出现编译时,出现如下警告信息:
The section is placed outside the I/O area (IO)
解决:
![](http://uphotos.eepw.com.cn/halibote/pics/27da382db0531c3d080cda6a2d5c1864.png)
添加一个section:
Section Name:IO
Address: H'0000
Contents Type:IO