• RL-ARM memory requirements
    Does anyone know where to find the ROM and RAM requirements for each RL module. For example - FlashFS needs x Kbytes of Flash and y bytes of RAM to run.
  • Memory sections in MDK-ARM
    Hello all, How does the MDK-ARM decide where to put a variable? Let me put an example: Variables such as unsigned short s; unsigned int a[2]; are located in .data, but a bigger array...
  • 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...
  • GNU ARM Linker File: MEMORY
    In the example files from Keil for the ATMEL dev kit specifically, under the GNU tools, there is a linker file Flash.ld . The MEMORY section in this file is for the AT91SAM7S64 processor, and the regions...
  • Memory paradigm with ARM Cortex-MX
    Hi guys, I'm relatively new to ARM development and am moving from simpler micro-controllers where all memory is on-board. I was hoping someone would be so kind as to help me understand the modern...