
28 Sep
2007
28 Sep
'07
12:04 a.m.
Hi all,
I see that many boards use, and that TEXT_BASE is often defined in config.mk . In my 85xx case, I have:
TEXT_BASE = 0xfff80000
However, some of my registers are using TEXT_BASE + DATA that don't seem right. In the bdi I get:
ATUM>rd ivor15 ivor15 : 0x00000f00 3840
That seems out of range of my 4K stack before relocation, could that be a problem or am I simply reading this wrong?
Thanks, Robert