Common example code for all USB hosts.
Content of conf_usb_host.h:
#define USB_HOST_POWER_MAX 500
Add to application C-file:
void usb_init(void) { USBH_start(); }