Part Number: AM5718
What is the relationship between the two:CMEM & CMA?
in http://www.ti.com/lit/an/sprac60/sprac60.pdf ,I saw that:
Typically, the IPC application puts text, data, and heap sections in the CMA pool with entry TYPE_CARVOUT. Ensure the total size of these sections with the entry TYPE_CARVEOUT in the resource table is less than the CMA pool defined in the Linux device tree. For example, DSP_MEM_TEXT_SIZE in the following code snippet must be less than the size of cmem_block_mem_0.
Since the DSP using CMA to alloc memory,why DSP_MEM_TEXT_SIZE need to less than the size of cmem_block_mem_0?
