首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

为什么c5416不能访问外部flash

为什么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. .


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

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

返回列表