1.Error: Memory Map Error: READ access by CPU to address 0x40000,which is RESERVED in Hardware.
——
The 6713 has 256K of memory.
0x40000 = 256K
valid addresses are 0 - 0x3FFFF
external memory begins at 0x80000000. You might try putting some or
all of your program there.
2.我没有设置任何断点,Load程序以后,出现下面错误信息:
Can\'t Remove Breakpoint: Error 0x00000008/-1076 Error during: Break Point, Cannot set/verify breakpoint at 0x000027F8
———我经常遇到类似的问题,我把CCS关闭,把仿真器拔掉,把电路板断电,过五分钟再重新接上就可以解决问题,你也试试吧!祝你好运!
——真郁闷!我仔细检查后发现,地址分配有问题,造成“内存溢出”了;重新计算分配地址后,就好了!
希望大家不要犯类似的错误啊!呵呵;)