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.

TDA2SX: How to change dsp's heapsize?

Part Number: TDA2SX

Dear:

     When I migrate algorithm to dsp, I encountered the problem, out of memory when I used malloc()

 [HOST] [DSP2  ]     29.764198 s:  ### XDC ASSERT - ERROR CALLBACK START ###
 [HOST] [DSP2  ]     29.764228 s:
 [HOST] [DSP2  ]     29.764259 s: out of memory: handle=0xa3652490, size=1048584
 [HOST] [DSP2  ]     29.764289 s:
 [HOST] [DSP2  ]     29.764320 s:  ### XDC ASSERT - ERROR CALLBACK END ###

   I want to konw how to modify the heapsize for Dsp?