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.

How to do a malloc on DSP in RDK for Davinci 8168

Hi,

    I am using 8168EVM with 1GB DDR2, software package is RDK1.09. I see no example or function could be called on DSP, then how could I do a malloc on DSP program?

  • Hi,

    I'm using the same board but it seems like my SDK differs from yours. Anyway if you are using Codec Engine you may use Memory_alloc or Memory_contigAlloc for continuous memorysegment, defined in $(CODEC_ENGINE_INSTALL_DIR)/packages/ti/sdo/ce/osal/Memory.h.

    --

    Michael

  • Hi,

        its a different SDK I used-- RDK, which have not used codec engine I think. I saw that there are 14MB memory reserved for DSP data section, So I wonder how could I use it?