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.

8127的dsp核中堆栈大小调试问题

各位好!

我们现在在调试8127中的dsp程序,我在fc_rman_ires_c6xdsp.cfg里面,有设定systemheap和internelheap的大小,这两个有什么区别,分别影响什么堆的大小?

我们现在把systemheap设置了0x2000000,internetlheap设置了0x800000,在程序中可以通过malloc分配大块内存


不过我们现在的程序需要从栈中分配一个大数组, 比如使用char buffer[8 * 1024 * 1024]来申请多达8MB的栈空间,现在分配不了,不知道采用什么方法可以修改dsp中进程线程的栈大小?

谢谢大家