• 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...
  • 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...
  • 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...
  • 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...
  • ERROR(COR97): Range AHB_M_0:0x00000000..AHB_M_0:0xFFFFFFFF overlaps with range currently in map.
    I have a target I am connecting to. I can connect successfully in the GUI, but I am trying to use the command line debugger.exe to automate some of my flow. I am getting the error in the title: ERROR...