Question
STM32F4 USB OTG Enable/Disable
Posted on April 19, 2014 at 08:17
Hey guys,
I'm trying to disable the USBH for the F4 board after calling the ''USBH_Init'' function. Once initialized, it interferes with a connected LCD (timing issues I believe).I have tried ''USBH_DeInit'' but with no luck. Basically, I need to disable the USB OTG, send data to the LCD, and re-enable. Sorry if this is something very simple and I am just missing it; I have been working on a project for a while now and am stumped on some things.Any help would be greatly appreciated,Thanks.