This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MessageQ -- message allocation without a heap

Other Parts Discussed in Thread: TMS320C6674

In (SPRUG06) DSP BIOS PIC And IO Users Guide

   section 3.2.4.2 MessageQ Allocation Without a Heap
        " ... the transport may internally call MessageQ_free() and encounter an error."


Q.  Why would the transport call a "free" on what it should be able to recognize as a non heap item? 

     And if it does, what are the consequences?  Will it halt the system or register an error is some database?