TIDUEM5 December 2018
The MSP430F5529USB HID example project can be imported into a CCS workspace from [TI Design Software Install Root]/TIDM-02004_firmware/hostmcu_demo_src/MSP-EXP430F5529LP_USBkeyboardHost.
The source code for the MSP430F5529 that is relevant to this demo is organized in multiple files in Table 8.
This firmware example is based on the USB HID H8_Keyboard example firmware that is available from TI Resource Explorer.
Name | Description |
---|---|
main.c | Application main function |
keyboard.c | Functions to handler key processing and reporting |
keyboard.h | Function prototypes, enumerations and data structure types for keyboard |