• 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...
  • Map files
    I'm working with two different map files from same code; one works(I downloaded from site) and the one I create doesn't work. I need help. I'll email you the files if you supply e-mail address. ...
  • The ram area map in the link
    Dear all, In my project,the internal ram is limit,but some state the ram can overlay,How can define the compiler or link option?such as following. +----------+ | area 1 | stateA | | | | ...
  • Library CODE area problem
    My code supposed to use ECODE memory region only. I've noticed that several issues are related to this requirement: - placing "code" directive in C places the function in CODE only area. - if code...
  • ARMv8 Foundation Model GICv2 Address Map Overlap?
    Hi, I'm looking at the ARMv8 Foundation Model User Guide (ARM DUI 0677C). In section 3.1, Memory Map, the following data appears regarding the address of GICv2 registers: 0x00_2C00_0000 0x00_2C00_1FFF...