• 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...
  • 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...
  • Access violation???
    Hi, am gettign a "*** error 65: access violation at 0x4005200E : no 'write' permission" error for a blank MK20DX256VLH7 project (with just the startup_MK20D7.s, system_MK20D7.c and int main())while...
  • 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...