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.

heap configuration when applying MessageQ in Syslink

Other Parts Discussed in Thread: OMAPL138

I am developing my OMAPL138 board, and I plan to use MessageQ in Syslink_2_21_01_05 for communication for ARM and DSP.

In the example of MessageQ provided by TI, four parameters for the heaps applied by message  are set, which include heapParams.blockSize and heapParams.numBlocks . The configuration is as follow:

heapParams.blockSize = 64; 
heapParams.numBlocks = 10;

I just wonder based on what, these two are decided. In the API reference,  a unit called MAU is mentioned. And I don't what it is. 

I think it might be easy question for others, so any idea please?