#include "stdio.h"
int main (void)
{
printf("hello world");
return 0;
}
debug时CORTEX_M3_0: Flash Programmer: Timed out while writing to Flash memory
CORTEX_M3_0: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x2f0
CORTEX_M3_0: GEL: File: F:\xuzhetao\CCS\LAB4\Debug\LAB4.out: Load failed
出错 用的是CCSV5 我导入里边自带的例程 LM3S811的就可以DEBUG 而其他板子的例程 同样出错
这是什么原因? 求指点 |