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.

SYS/BIOS Issue regarding Buffer Manager Module

Other Parts Discussed in Thread: SYSBIOS

Hi All,

I am trying to convert CCS3.3(DSP/BIOS) project into a CCS5.2(SYS/BIOS) project.

In DSP/BIOS program(CCS 3.3), there is BUFFER MANAGER MODULE, and under that EVENT BUFFER is configured STATICALLY. Now i need to configure the BUFFER MANAGER MODULE in CCS 5.2 statically,but there is no such module available in CCS 5.2. how can i find it?

The following statement is used in the DSP/BIOS program   : 

BUF_free(&MYBuffer, DataPkt);

But if i use the same for CCS5.2 i get the following errors

Error given was :  BUF_free is undefined,MYBuffer is undefined.

please help me to configure this BUFFER MANAGER satatically in CCS 5.2.