Tool/software: TI-RTOS
Hi,
Software version: Processor_RTOS_SDK 4.3, hardware version: AM5728-ES2.0, custom board
Modify the ~/AM5728_RTOS_4.3/ipc_3_47_01_00/examples/DRA7XX_linux_elf/ex02_messageq/dsp2 directory MainDsp2.c file, add a large buf array, compile the following error, help me.
Char tempBuf[720*576*2];
Empty tempBuf in the smain function.
memset(tempBuf, 0x00, sizeof(tempBuf));
Compile prompt error message:
Thanks
