• 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...
  • 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...
  • 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...
  • Reserving bytes in CODE space
    Hi, Is there an easy way to inhibit the link/locator from placing code at a specific address? I know could manually locate a 'dummy' module containing a number of __nop__() calls to the address...