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: TDA2 RTOS bmp array heapmem

Tool/software: TI-RTOS

Hello,

We want to create a array for bmp of RGB888, and convert it to RGB565.

When creating a array [1024 * 720 *3] and compile, we will get some error.

We guess they are because of HeapMem, or overflowed ...etc

But we can successfully compile when we create a array [640 * 480 * 3]

Q1:Can we create a array [1024*720*3], and we can successfully compile ?


Q2:where could we get information of heapmem setting from code or document ?

Thank,

Ting