• 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...
  • memory allocation problem
    I am reading a image into my code written in C, (Keil uVision4). My target board is MCB2300 with LPC2378. Initially I am creating an array with respect to width and height of my input image in the code...
  • memory allocation of TCP-stack
    Hello all, I'm using the MDK-ARM 3.11 and RTL-ARM 3.10 in combination with a MCB2300 Demo board. As a part of my application I want to transfer some files from the embedded board to a computer. Therefore...
  • osPoolCreate() Memory Allocation
    Hi, in our system I am using an external SDRAM which I want to use for holding my different memory pool. I cannot find how to tell Keil RTX to allocate on my SDRAM @ 0xC0000000 instead of the...