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.

Compiler/TDA3: TDA3xx

Part Number: TDA3


Tool/software: TI C/C++ Compiler

Hi,I am new to TDA3x , I have noticed that the system of the tda3xx has two heap,one locates on ddr and one locates on local l2sram,

1.when I use malloc() function,how should I tell  the system I want to get space on the heap in ddr or l2_sram?

2.how should I get space by memalign()  function on l2_sram or ddr in tda3x?