• RTX _free_box fails sometimes
    Hi all, Cortex M3 RTX version ? as release with V4.22a stack = 800 bytes I've got a fairly large project running on 6 tasks using RTX, and very occasionally _free_box returns that the mail...
  • how to handle _free_box() failure?
    Hello - we're using RL-ARM RTX on an STM32F105 based product, and passing messages between tasks in our system strictly via mailboxes and memory pools, using _alloc_box() and _free_box() to obtain and...
  • Memory Pool
    I dont understand very well so that we use the memory pool.... Can u explain me? Thanks
  • Memory pool
    Hello all, I'm working with C51 complier ver 7.00. Can anyone help me with the following questions? 1. For using functions like malloc, calloc and etc I need to define memory pool. If I define a...
  • What is the Memory Pool Header
    Where is [should be] an instance of Memory Pool Header created (I mean this struct that is referenced in memory allocation library files --malloc.c, free.c, realloc.c init_mem.c): struct __mp__ { /...