USB Component
Version 6.17.0
MDK Middleware for USB Device and Host Communication
|
The following example application shows how to interact with a USB keyboard from a microcontroller. To keep it simple, the graphical LCD on the evaluation board is used to show the keyboard inputs. This is done using the Compiler software component with the appropriate user code templates.
The Abstract.txt file contained in the Documentation group of the Project window gives you more information on the general setup and the available I/O of the development board.
Open the example project in MDK ( web page explains this). The µVision Project window should display a similar project structure:
stdout_putchar
is retargeted to the function GLCD_DrawChar
of the graphics display.If you are using RTOS other than CMSIS-RTOS2 RTX5 for your project please make sure to satisfy USB Host Resource Requirements.
You may now build and download the example project to the evaluation board using the µVision commands:
After these steps, the project should start executing on your evaluation kit. In case of errors, refer to the Evaluation Board User's Guide for configuration information.
The setup of the Evaluation Board hardware is described in the Abstract.txt file.