| 
 
| 用h-jtag调试, 刚load完指向 b   ResetHandler  ,
 单步运行后能顺利的到
 ResetHandler
 ldr r0,=WTCON
 .............
 但此后运行就出现很多错误
 到了bl  InitStacks
 根本不能跳到initstacks标签,只会继续向下运行
 
 最后到了mov pc,lr
 出现:you were trying to set a breakpoint on processor ARM920T at address 0x30100528 or were stepping/running to this address
 This address is locatede in a literal pool.
 
 ABORT-..........
 RETRY-...........
 IGNORE-..........
 
 求教,这是怎么回事?怎么解决呢?
 | 
 |