• 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...
  • Problem with memory zones
    Hi, I'm a begginer in P89LPC92x micros. For some reason I don't find how to determine the origin location for the program in memory. I use the "data" space for some information I want to save in flash...
  • access violation to reserved memory
    Hi every one I encounter with this error during debugging my program in Keil: *** error 65: access violation at 0x0FFE443C : no 'write' permission I am using LPC1768. this area that compiler...
  • Wrong amount of memory space reserved?!
    Hi all! I have a problem with the definition of memory space in the e.g. XT memory. I defined a segment , like above, with 1 byte length. ?XT?MEMORY_SIZE?mifare_main SEGMENT XDATA RSEG ?XT?MEMORY_SIZE...
  • 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...