• 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 RTX
    Dear All, I have need mor informations on RTX memory allocation. I have created a task with this memory allocation char str[400]; memset( &str, 0x0, size(str) ); I have this configuration...
  • 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...