This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

在ccs v5中下载tms320c5509A的程序



在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);

}