This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Memory map in simulator?

Hallo

I have a problem in KEIL. No all my selected memory spaces are displayed or usable?

In the project option under target i set the following:

On-chip
IROM1: 0x0 - 0x80000 default and statup
IRAM1: 0x4000000 - 0x10000 default
Off-chip:
RAM1: 0xA0000000 - 0x25FFF
RAM2: 0xA0026000 - 0x600000

I have 8 MB off-chip memory on my LPC2478

But if I start the application in the simulator and select the Memory Map menu, the RAM1 area isnt displayed at all?
The RAM2 is only showed from 0xA0026000 to 0xA004C863 and not the size of 0x600000?
Why are the areas not displayed? DO I have to map it manually?

If run in the target, somethin is wrong with the RAM1 area??

/Thomas