• RTX - Mailbox
    Issue: My Task1 is sending message if(os_mbx_check() > 0) Task 2 is waiting for message and reading the msg.(and assume it has low priority) like below: Line 1: os_mbx_wait (client_task_mailbox...
  • 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...
  • Regarding dynamic allocation
    iam working in 8051 microcontroller i want to know about the dynamic memory allocation in Keil c just operation of memset
  • Dynamic Memory Allocation
    Whether RESET is a interrupt? If yes, how and if no, why?