您的位置:首页 > 大数据 > 人工智能

AXD Error:Processor ARM79_0 raised an exception. Cause: The processor was reset

2015-06-30 20:11 471 查看
使用 JLINK 进行ARM9 调试,当调出 AXD 时,出现 Error:Processor ARM79_0 raised an exception. Cause: The processor was reset 

              


原因是SDRAM没有初始化导致。方法如下:

新建一个 txt 文件 2440init.txt ,粘贴下列代码并保存:

Setmem 0x53000000 0x00000000 32
Setmem 0x4A000008 0xFFFFFFFF 32
Setmem 0x4A00001C 0x000007FF 32
Setmem 0x53000000 0x00000000 32
Setmem 0x56000050 0x000055AA 32
Setmem 0x4C000014 0x00000007 32
Setmem 0x4C000000 0x00FFFFFF 32
Setmem 0x4C000004 0x00061012 32
Setmem 0x4C000008 0x00040042 32
Setmem 0x48000000 0x22111120 32
Setmem 0x48000004 0x00002F50 32
Setmem 0x48000008 0x00000700 32
Setmem 0x4800000C 0x00000700 32
Setmem 0x48000010 0x00000700 32
Setmem 0x48000014 0x00000700 32
Setmem 0x48000018 0x0007FFFC 32
Setmem 0x4800001C 0x00018005 32
Setmem 0x48000020 0x00018005 32
Setmem 0x48000024 0x008E0459 32
Setmem 0x48000028 0x00000032 32
Setmem 0x4800002C 0x00000030 32
Setmem 0x48000030 0x00000030 32


在AXD中,设置:Option->configure interface下的 Session file,点击 browse 导入该文件即可。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  调试 AXD