SLAU533D September 2013 – April 2017
The software examples, including TI-TXT object-code firmware images, are available in the MSP-EXP430F5529LP Software Examples. There are two software examples included with the F5529 LaunchPad development kit, as shown in Table 5.
Demo Name | USB Interface Type | Description | Described In… |
---|---|---|---|
emulStorageKeyboard | MSC: in-flash storage volume
HID: emulated keyboard |
The out-of-box demo that is programmed on the F5529 LaunchPad development kit from the factory. Its function is described in Section 1.3. Demonstrates a more advanced USB device than simpleUsbBackchannel. | Section 3.5 |
simpleUsbBackchannel | CDC: Virtual COM Port (or, optionally, HID-Datapipe) | A very simple example showing how to send and receive data on both a virtual COM port USB connection and the backchannel UART | Section 3.6 |
The backchannel code in simpleUsbBackchannel is implemented as a simple library that can be copied into any code project in which backchannel access is needed.