使用PE的usb multilink 下载.abs文件后,提示"Loading verification failed at address 0x0000c000"
是什么意思?
先检查prm文件
fayefayehoo 下面是我的prm文件,是不是有问题啊
NAMES
END
SECTIONS
/* List of all sections specified on the "Build options" tab */
RAM_3200 = READ_WRITE 0x00003200 TO 0x00003FFF;
//ROM_4000 = READ_ONLY 0x00004000 TO 0x00007FFF;
ROM_C000 = READ_ONLY 0x0000C000 TO 0x0000FEFF;
//ROM_FF10 = READ_ONLY 0x0000FF10 TO 0x0000FF7F;
END
PLACEMENT
DEFAULT_RAM INTO RAM_3200;
_PRESTART, STARTUP,
ROM_VAR, STRINGS,
NON_BANKED, DEFAULT_ROM, COPY INTO ROM_C000;
//NON_BANKED, DEFAULT_ROM, COPY INTO ROM_C000, ROM_FF10;
END
INIT _EntryPoint /* The entry point of the application. This function is generated into the CPU module. */
STACKSIZE 0x0385 /* Size of the system stack. Value can be changed on the "Build options" tab */
[此贴子已经被作者于2008-10-8 10:13:15编辑过]
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |