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.

TM4C123GH6PM: Tivaware USB library

Part Number: TM4C123GH6PM
Other Parts Discussed in Thread: EK-TM4C123GXL

Good day. I'm trying to implement a USB HID device (mouse) with the tm4c123 microcontroller using the Tivaware library but I don't know which API is used for sending reports/data from device to host. (The device being the launchpad and the host being a PC). Which functions do I need to call and which header files are necessary.

Thank you

  • Hi,

      Please refer to the below section in the USB Library User's Guide for HID Device mouse for details. 

    Unfortunately we don't have a USB device mouse example. We do have other USB device class examples such as HID keyboard that you can find in <TivaWare_Installation>/examples/boards/ek-tm4c123gxl/usb_dev_keyboard that you may help along with your USB device mouse development.