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?