Hello,
I recently upgraded to the Tiva C driver library 2.1.4.178 and it seems to have broken my product's USB interface that was based on the 1.0.x USB driver library. I'm trying to debug this issue and cannot find the source file usbdevice.c. I go from
USBDHIDInit(0, &g_sHIDDataPipeDevice);
which is in my main.c file (main c code file of my project) to the below
// // All is well so now pass the descriptors to the lower layer and put // the HID device on the bus. // USBDCDInit(ui32Index, &psHIDDevice->sPrivateData.sDevInfo, (void *)psHIDDevice);
I then try to view the USBDCDInit(); function and get stuck at usbdevice.h header file and cannot find the source file anywhere in the driver library. Does anyone know what is going on here?
Note: I accidentaly flagged this as spam when I tried to edit it. Please disregard as this is NOT spam.