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.

VPBE PSP setup question

Hi,

I'm trying to get the VPBE PSP driver working in my application on the DM6437. When I create the BIOS VPBE0 module as requested by the user guide, the linker reports that 'VPBEMD_FXNS' is missing.

in the .tci file:

bios.UDEV.create("VPBE0");
bios.UDEV.instance("VPBE0").fxnTable = prog.extern("VPBEMD_FXNS");
bios.UDEV.instance("VPBE0").fxnTableType = "IOM_Fxns";

Could someone please let me know which library I need to include?

Thanks!

- Craig