• Variable mapping to address
    Hello, I use uVision IDE and arm-gcc toolchain for my lpc2129 board.I mapped the CAN standard filters to an area in memory: #define StandardFilter[2] (*((volatile unsigned long *) 0xE0038000));...
  • Variable mapping to address
    Hello, I use uVision IDE and arm-gcc toolchain for my lpc2129 board.I mapped the CAN standard filters to an area in memory: #define StandardFilter[2] (*((volatile unsigned long *) 0xE0038000));...
  • Accessing mapped global variable by reference
    Hello, I'm using the LPC2468 micro controller. I have a struct mapped to the I2C register and in the I2C interrupt I statically access that struct, and everything works fine. I've since broken...
  • Accessing mapped global variable by reference
    Hello, I'm using the LPC2468 micro controller. I have a struct mapped to the I2C register and in the I2C interrupt I statically access that struct, and everything works fine. I've since broken...
  • 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...