I am attempting to use the Tiva usb_host_mouse project as a starting point to implementing a -- hopefully -- simple touch screen driver. Of course the project works as expected with an HID mouse attached, and when a touch controller is attached via the same USB port the enumeration process begins. BUT the end result of an actual touch event is banishment to the FaultISR().
Any suggestions would be much appreciated.