• 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...
  • Dynamically allocate a RTX mailbox
    Hello, I'm using the Realview RTX and facing an issue of how to dynamically allocate a mailbox. What I'm trying to create a reentrant function, which is called by some RTX tasks, and uses a mailbox...
  • 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 error with bootloader
    I have a big problem with LPC2387 and http-upload demo project when it's loaded by bootloader. After one ten of minute that the application it's running with one ftp connection and one http connection...