终于成功了,我将
#define LOCAL_MEM_LOCAL_ADRS 0x00000000 /* Base of RAM */
#define LOCAL_MEM_SIZE 0x02000000 /* 32 Mbyte memory available */
#define ROM_BASE_ADRS 0xFF000000 /* base address of ROM */
#define ROM_TEXT_ADRS 0xFF000100 /* ROM_BASE_ADRS + 0x100 */
#define ROM_SIZE 0x01000000 /* ROM space */
改成
#define LOCAL_MEM_LOCAL_ADRS 0x00000000 /* Base of RAM */
#define LOCAL_MEM_SIZE 0x02000000 /* 32 Mbyte memory available */
#define ROM_BASE_ADRS 0xFE000000 /* base address of ROM */
#define ROM_TEXT_ADRS 0xFE000100 /* ROM_BASE_ADRS + 0x100 */
#define ROM_SIZE 0x01000000 /* ROM space */
就可以成功启动。不知什么原因啊?
回复
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |