Application | This example code uses the M463 series microcontroller (MCU) to implement mouse and keyboard functions based on the TinyUSB library. | BSP Version | M460_Series_BSP_CMSIS_V3.00.004 | Hardware | NuMaker-M463KG V1.0 |
This example code demonstrates how to implement USB HID (Human Interface Device) mouse and keyboard functions using the Nuvoton M463 series microcontroller (MCU) based on the TinyUSB library. Through this example, users can learn how to initialize the MCU, handle HID class mouse and keyboard events. This example is suitable for developers who have a basic understanding of the USB HID protocol and wish to quickly build a prototype application. The application utilizes the M463’s USB High-Speed (USB HS) interface and GPIOs to simulate mouse and keyboard inputs, and uses TinyUSB’s API to handle HID data transmission. You can download the sample code at EC_M463_TinyUSB_Mouse_Keyboard_V1.00
|