仿真器是TI的XDS100V3, test connection 没有问题,但新建一个工程烧录程序时会出现如下错误:
C64XP: File Loader: Verification failed: Values at address 0x80000800 do not match Please verify target memory and memory map.
C64XP: GEL: File: C:\Users\wzy\Desktop\x264\Debug\x264.out: a data verification error occurred, file load failed.
我看了一下工程中默认生成的cmd中有
DDR2: o = 0x80000000 l = 0x20000000 /* 512MB of external DDR */
然后所有的sections都分配到DDR2上了。
查了一下似乎和gel有关
https://blog.csdn.net/adrianfeng/article/details/5720359
查了一下加载gel的方法
https://software-dl.ti.com/ccs/esd/documents/users_guide/gel/files.html
但好像在CCS 11 里没有Gel Files:

现在卡在这里了。向任何回答表示感谢!