TUSB3410GPIO-SRCCODE
汎用サンプル・ソース・コード、TUSB3410 用
TUSB3410GPIO-SRCCODE
概要
The TUSB3410GPIO-SRCCODE Application Demo Firmware is a 4-key keyboard controller application designed to operate with the Texas Instrument TUSB3410 microcontroller. The code is designed to operate the TUSB3410 as a General Purpose MCU and not as a USB-Serial Converter.
NOTE: If your application requires the use of the TUSB3410 as a USB-to-Serial Bridge device, please see the TUSBWINVCP Tool Folder for a turn-key software solution for these type of applications.
This code is provided to demonstrate the use and functionality of the general purpose I/O pins (GPIOs) of the TUSB3410, as well as to provide the user with a starting point on developing their own application firmware for using the GPIOs of the TUSB3410.
The code is written to work with the USB Human Interface Device (HID) Class driver.
The code has been designed to be as straight-forward as possible, maintaining readability with heavy in-line documentation.