用的是44B0的板子,程序是自带的flashtest,仿真器下能运行,烧到flash后就不能运 行。设置RO为0x0,RW为0xc008000,在44blnit.s中把
LDR r0, =|Image$$RO$$Limit| ; Get pointer to ROM data
LDR r1, =|Image$$RW$$Base| ; and RAM copy
LDR r3, =|Image$$ZI$$Base|
改为了如下:
LDR r0, =|Image$$RO$$Base |; Get pointer to ROM data
LDR r1, =|Image$$RW$$Base| ; and RAM copy
LDR r3, =|Image$$ZI$$Base|
请教各位大哥为什么不能运行flash的写程序,还有44B0的地址重映射可行的吗?谢谢了
[em03] 看了一天了