I am trying to convert DSP/BIOS program into a SYS/BIOS program and using the SYS/BIOS version that comes with CCS 5.2.
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?
This is how i have used it in my program : BUF_free(&MYBuffer, DataPkt);
Error given was : BUF_free is undefined,MYBiffer is undefined.
please help me to configure this BUFFER MANAGER satatically in CCS 5.2..