• Memory Alignment - Cortex-R5
    Hello, I am trying to compile a very simple code that uses the function "aligned_alloc", using ARM Toolchain "gcc-arm-none-eabi-7" but every time I am receiving the error bellow user@laptop:~/Downloads...
  • Memory allocation for Cortex-M4
    I know Cortex-M4 doesn't support virtual memory. Do you always have to load VA from some LA in flash? For instance you allocate empty value memory at compile time.
  • 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...
  • Memory remmaping and RL-ARM
    I'm using a LPC2129, with Realview MDK-ARM 3.11 and RealView RL-ARM 3.10 I'm trying to run an application loaded by a user bootloader. So I have a bootloader code in 0x0000 0000 who uses a USB connection...