• 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...
  • 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...
  • How to reserve a memory zone
    I'm using an 8051 like controller. In the past I worked with an other micro and his compiler and I was able to reserve a memory zone to place my "not to be initiated" variables. With the old...
  • 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...
  • 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...