Board logo

标题: 为什么c5416不能访问外部flash [打印本页]

作者: hug2006    时间: 2008-11-17 20:39     标题: 为什么c5416不能访问外部flash

为什么c5416不能访问外部flash?我要烧写程序到外部flash,如下程序运行时出错

void main()
{
BYTE *FlashPtr;
int i;
int FlashData=0xAAAA;

FlashPtr=(BYTE *)0x8000;
while(1)
{
//WriteFlash(FlashPtr,FlashData);
i=*FlashPtr; //去掉这句就没问题

printf("%X\n",i);
}

错误如下

Error 0x80000020/-1058
Fatal Error during:Execution,
Device driver: Emulator Controller not responding
It is recommended to RESET EMULATOR . This will disconnect each target from the emulator. .



作者: szggic    时间: 2008-11-18 15:51

呵呵,不清楚哦!
我有国际IC供应及相应型号PDF资料下载:http://www.seekic.com/part/x/2.html

[此贴子已经被作者于2008-11-18 15:50:46编辑过]






欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0