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