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

uLink2 initialization file - map command?

Hi

I am using a cortex m3 arm from microsemi and I am trying to get the uLink2 debugger to load and debug my code. I have the standard on board 64K of nvm (addr 0) which is only good for start up really and 2GB of DDR RAM memory (0xA0000000) where my application will run.

I have tried to tell the debugger about this RAM memory that starts at 0xA0000000 with the following debugger initialization file but it seems to be totally ignoring it and giving me a error 129: MapMem - map size truncated to 128MB. If i try to load the symbols after this completes whatever it is doing, the uVision/uLink2 IDE hangs and I have to kill it.

RESET MAP
MAP  0xA0000000, 0xA07FFFFF  READ WRITE EXEC
MAP  0xA0800000, 0xA0FFFFFF  READ WRITE EXEC
MAP  0xA1000000, 0xA17FFFFF  READ WRITE EXEC
MAP  0xA1800000, 0xA1FFFFFF  READ WRITE EXEC

Does anyone ideas as to what I have done wrong or what I can do to allow my code to be loaded?

Parents Reply Children
No data