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.

RTOS/AM5728: Memory space allocation

Part Number: AM5728


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