• Accessing/Reserving memory in program space
    I've been trying to set and reserve a byte in my Code segment and haven't been able to do it yet. I created a separate file where I declared my variable: byte code console_type = 1; and specified...
  • Accessing/Reserving memory in program space
    I've been trying to set and reserve a byte in my Code segment and haven't been able to do it yet. I created a separate file where I declared my variable: byte code console_type = 1; and specified...
  • Memory Access Violation
    Im using the CRC module in the LPC1778 and if I dont create a MAP ini file to allow read write permission to memory location as follows: MAP 0x20090000,0x20094000 READ WRITE EXEC,I'm not able to view...
  • Memory Access Violation
    Im using the CRC module in the LPC1778 and if I dont create a MAP ini file to allow read write permission to memory location as follows: MAP 0x20090000,0x20094000 READ WRITE EXEC,I'm not able to view...
  • Memory reservation
    Hi All, I am using uVision3 and RV compilar with LPC2000. Who can I reserve in the on chip FLASH memory an area that the compilar will no put there a code. I need known memory reserved area for...