• TcpNet - udp_get_buf : alignement & free
    Hello ! I wonder if there is any alignement policiy with udp_get_buf call ? I presume that it is aligned on byte. if I alloc len1 bytes with udp_get_buf, but call udp_send with len2 < 1. How is the...
  • 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...
  • Dynamic memory allocation diagnostics
    Hello, I want to diagnose the dynamic memory allocation during runtime execution. Is there any means to do it using Keil/RTL? Is there any kind of free_memory() function ? Without an easy way to...
  • 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...