• 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...
  • Memory Pool
    I dont understand very well so that we use the memory pool.... Can u explain me? Thanks
  • BAD POOL CALLER
    We do need the actual DMP file as it contains the only record of the sequence of events leading up to the crash, what drivers were loaded, and what was responsible. You may be able to get the DMP files...
  • How to avoid literal pools ?
    Note: This was originally posted on 19th January 2012 at http://forums.arm.com Hello everyone, I am using Cortex-R4F (TI TMS570), and I noticed that ARM C compiler often adds data in literal pools as...
  • mailbox and memory pool quesions
    Q1- Can I use one mailbox for send and receive data between 2 tasks at same time? Q2- Can I use one memory pool defined by _declare_box between several mailboxes?