• bit addressable area of LPC2368
    Hello Sir, I am using LPC2368 controller in my project My project have some 1-bit flag as shown in following code flag number 1 to 22 working properly means writing 0 or 1 has affect on that. But...
  • Can LOAD file to a specified memory area ?
    The command "SAVE" can be used to save a specified memory to hex file. So, my question is that there is any command for loading a file into a specified memory area? For example, I have a hex file, I...
  • uV3 - Memory window does not update?
    Hello, I am currently trying to debug an application that uses the ULOAD mode of the ADuC845 to write to code memory. Apparently, the code itself is working, but when trying to view the changes...
  • Overlapping Memory areas in ARM
    Hi, Is there a way to allow memory overlapping in MDK-ARM? I have tried to use the "__attribute__((at(address)))" but it does not work. Ex. unsigned char array1[20] __attribute__((at...
  • what is PAD memory area?
    Hi all, I'm writing a program and until now the RO-data size wa around 2000 bytes.. Now, after some changes in the code, I saw the RO-data size is 33758 bytes... in the MAP file the compiler uses...