• Dynamic memory allocation
    Hallo, i will use dynamic memory allocation on my AT91SAM7S256. By calling the function init_mempool(..) i have to pass the Startaddress of the memory pool. How can i know the first unused address...
  • 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...
  • Dynamic Memory Allocation
    What is dynamic memory allocation as far as 8051 embedded programming is considered? Pls. explain in detail.
  • Dynamic Memory Allocation
    Whether RESET is a interrupt? If yes, how and if no, why?
  • 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...