• Displaying Variable Address in the memory map
    How do I display a memory map of my variables and their addresses? I am looking through the .map file but I cannot see a final memory map of all the variables. Is there a way to do this with Keil...
  • Data Abort on mapped address
    Hi, When I debug a LPC2103 program on MDK 3.22a, it always prompt me Data Abort error: Data Abort: ARM Instruction at 00000428H, Memory Access at E0068020H E0068020H is SSPICR register in...
  • ARM Linker Address Map
    Note: This was originally posted on 22nd November 2009 at http://forums.arm.com Hi All, Im new to this forum and pretty new to ARM development. When Im compiling my SW in THumb mode the symbol names in...
  • physical address, memory mapping
    I would like to know what is meant by a physical address (let say a LCD display at address 0x8000) and how can I access the device. Is it just the chip select that is hardwired to that address? Then how...
  • functions variable mapping?
    As I can see, the keil compiler doesnt use regular stack for functions, and all the local variables inside functions are mapped in global memory. Is there a way, to make it behaive like a normal program...