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 can i find "BUFFER MANAGER " in SYS/BIOS 5.2 ,as found in DSP/BIOS 3.3V .

hi,i am using SYS/BIOS 5.2 for our current  project . Right now i am trying to port the exsisting code in DSP/BIOS 3.3V TO SYS/BIOS 5.2 .But while porting the earlier code had STATICALY  DECLARED BUFFERS under " BUFFER MANAGER", I am not able to find the same in SYS/BIOS 5.2 .How can i find the " BUFFER MANAGER" in SYS/BIOS 5.2,or is it been removed.?

and the error displayed is like

"#20 identifier "EvtBuffer" is undefined" .. how to rectify this error.

  • I'm not sure what you mean by SYS/BIOS 5.2.

    Do you mean you're trying to convert you DSP/BIOS program into a SYS/BIOS program and you're using the SYS/BIOS version that comes with CCS 5.2?

    Can you attach your CCS project to your forum post? That will help me better understand what you're trying to do.

    Alan

  • yes, I mean 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..