Hi
I have a question about memory map .
There have Defined as follow In .PRM file
SGMENTS
………….
………….
…………
PAGE_0E = READ_ONLY 0x0E8000 TO 0x0EBFFF;
END
Mean that the PAGE_0E is read only and its address is from 0x0E8000 to 0x0EBFFF. But when look up datasheet of MC9S128P find that the address of PAGE_0E is from 0x38000 to 0x3c000.
Please help me? Am I wrong ?