在ccs v5中下载tms320c5509A的程序时候出现如下问题,
C55xx: File Loader: Data verification failed at address 0x00FFFF00 Please verify target memory and memory map.
C55xx: GEL: File: E:\ccs5.1\01\Debug\01.out: a data verification error occurred, file load failed.
我的程序是:
#include <stdio.h>
void main(void)
{
while(1);
}