Integrating USB Host Into Your Project#

Micrium OS USB Host is composed of several components, each of which is a set of files that implement specific functions. The USB Host module consists of one mandatory component for the core part named "USB Host" and several optional components for the various classes and drivers. At least one of each of these is mandatory. To use USB Host, you must add these files to your project and populate your RTOS description file .

Starting the USB Host Module Quickly#

Micrium offers a set of example applications that demonstrate some of the features of Micrium OS USB Host and help you start the development of your application. Start from one of these examples.

The following sections describe each example applications available.