Hi,
Any idea why my CCS kernel stack size does not reflect the correct value that I key in the TCF. It always appear as 0x7FFF even I had change the TCF to bigger size like 0xA000.
bios.MEM.STACKSIZE = 0xA000; // DSP BIOS TCF
Actually I am using DSPLink for IPC between ARM and DSP. I had change the TCI for the DSPLink. it still doesnt help.
/* ============================================================================
* MEM
* ============================================================================
*/
prog.module("MEM").STACKSIZE = 0xA000 ; // DSPLINK TCI
Regards
Khor