Microchip® Advanced Software Framework

Enable USB high speed support

In this use case, the USB host is used to support USB high speed.

Setup Steps

Prior to implement this use case, be sure to have already apply the UDI module "basic use case".

Usage Steps

Example Code

Content of conf_usb_host.h:

#define USB_HOST_HS_SUPPORT

Workflow

  1. Ensure that conf_usb_host.h is available and contains the following parameters required for a USB device high speed (480Mbit/s):
    • #define USB_HOST_HS_SUPPORT

In this use case, the USB host is used to support USB high speed.

Setup Steps

Prior to implement this use case, be sure to have already applied the UHI module "basic use case".

Usage Steps

Example Code

Content of conf_usb_host.h:

#define USB_HOST_HS_SUPPORT

Workflow

  1. Ensure that conf_usb_host.h is available and contains the following parameters required for a USB device high speed (480Mbit/s):
    #define USB_HOST_HS_SUPPORT