Is it possible to force the USB into host mode using the function USBHostMode located in usb.c? From the comments in the code it appears this is not possible. See comments below.
* This function changes the mode of the USB controller to host mode. This
* is only valid on microcontrollers that have the host and device
* capabilities and not the OTG capabilities.