Tool/software: Code Composer Studio
Hi,
I have written a host driver to connect an Android device to a custom board using the Android Open Accessory protocol. I can connect the Android device. Get the device to reconnect in Accessory mode and once connected in accessory mode I can send data and receive the data on the android device. The problem comes when I try to send data from the Android device to the TM4C1294. I write the data to the stream on the device without any errors, but I receive nothing on the TM4C1294. The Rx count on the endpoint remains at zero. The device returns one interface with two endpoints. In Endpont address 81 and an Out endpoint address 01. The driver is basically a custom host driver sitting on top of the Tiva USBLIB. If anyone has ideas I would be grateful.
Thanks,
Richard.