at91m55800a,2-Mbyte Flash AT49BV16X4,256-Kbyte SRAM。我尝试用AXD调试中断,每次都不知道跳到哪里去了。我是初学的,有几个问题搞不明白:
1。在AXD中是可以调中断的吗?
2。如何设置中断向量表?
在说明书上,我看到:The Angel Debug Monitor starts from this address by recopying itself in external SRAM。When Angel starts, it recopies itself in SRAM in order to run faster. The SRAM used by Angel is from 0x02020000 to 0x0203FFFF, i.e., the highest half part of the SRAM
我的RO Base设置为0x2000000,如果小于这个值,则无法用AXD进行调试,中断无法跳到正确位置是否和这个有关系?因为irq的入口地址是0x18。