• Allocating memory region
    Hi, I am working with STM32L053 MCU. I am trying to place a header structure of an image in 4k size flash area. I am using __attribute__((at(0x80001000)));to place the structure at specific address...
  • Allocate functions in a specified memory range
    Hi I'm using uVision2 with the C166 compiler and a C165 Controller. I like to allocate the programcode of some functions in a specified memory range. I've a basic system in the memory range 00'0000h...
  • Memory allocation
    Hello all, I am new to developing code for ARM based processors under the Keil environment and as such finding my way around the IDE. Can someone clarify how to accurately establish the following...
  • Memory allocation
    Hello, I want to allocate a memory in a memory pool, so I call "init_mempool" function like this: init_mempool (&XBYTE[0x0400], 0x0C00); How can I know that the memory pool doesn't overlay on other...
  • ask cmsis rtos memory allocation
    iam new to the cmsis rtos, and i want to ask how is memory allocation in cmsis rtos i mean how it is allocated, what algorithm that used to allocate a memory and is there any paper or reference about...