Quantcast
Channel: MSP 低功耗微控制器论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 3634

FR 系列MCU 下载固件失败

$
0
0

因为RAM 和FRAM放的数据太多,导致64K以下空间不够放code,那么code就自动放到64K以上空间

但是IAR在下载固件时,出错:

Sat Apr 01, 2017 09:33:08: Verify error at address 0x13ddf on target 0xff in file 0x42
Sat Apr 01, 2017 09:33:08: Verify error at address 0x13dde on target 0xff in file 0x2d
Sat Apr 01, 2017 09:33:08: Verify error at address 0x11d1f on target 0xff in file 0x13
Sat Apr 01, 2017 09:33:08: Verify error at address 0x11d1e on target 0xff in file 0xb1
Sat Apr 01, 2017 09:33:11: Verify error at address 0x13ddf. Value should be 0x42  but is 0xff.
Sat Apr 01, 2017 09:33:11: Verify error at address 0x13dde. Value should be 0x2d  but is 0xff.
Sat Apr 01, 2017 09:33:11: Verify error at address 0x11d1f. Value should be 0x13  but is 0xff.
Sat Apr 01, 2017 09:33:11: Verify error at address 0x11d1e. Value should be 0xb1  but is 0xff.

如果将code完全放到64K以下空间,不会出问题。。。

实在无解。。。。这64K以上空间难道是摆设?


Viewing all articles
Browse latest Browse all 3634

Trending Articles