在编译没有错误的情况下,在下载中出现了以下问题:
1、出现了一个提示框:
显示:There were warnings while generating flash loader input.
See the Debug Log window for details.
2、点击了确定后,弹出:
Warning:There were warnings during download,see
3、再次点击确定后,在Log Window出现很多warning,类似:
Flash download warning: 64 out of 64 bytes from data record CODE:[0x00000000,0x0000003F] will not be flashed
Wed Oct 28 11:08:48 2009: Flash download warning: 35472 out of 35472 bytes from data record CODE:[0x00000100,0x00008B8F] will not be flashed
Wed Oct 28 11:08:48 2009: There were warnings while generating flash loader input.
See the Debug Log window for details.
Wed Oct 28 11:08:57 2009: Skipping flash loading pass because there is no data in the designated range: 0x100000-0x140000.
Wed Oct 28 11:08:57 2009: Downloaded H:\mywork\test\iar5.2\uIP_Demo_IAR_ARM7\Flash_Debug\Exe\rtosdemo.out to flash memory.
Wed Oct 28 11:08:57 2009: Couldn't open macro file: H:\mywork\test\iar5.2\uIP_Demo_IAR_ARM7\resource\SAM7_FLASH.mac
……
出现一大堆类似于以下的错误
Verify error at address 0x00000000, target byte: 0x0F, byte in file: 0x18
Verify error at address 0x00000001, target byte: 0x00, byte in file: 0xF0
Verify error at address 0x00000002, target byte: 0x00, byte in file: 0x9F
……
请高手们帮帮忙告诉我是怎么回事?!谢谢!! |