I set stm32f401 to use USB and deinit USB to dP/dN to use normal GPIO.But I can not control dP/dN for GPIO.How can I switch GPIO function from USB to normal GPIO?
I set the following process to switch USB DP/DN port to normal GPIO.But it still in DP/DN mode and can not control as normal GPIO. // USB Device Off (DP/DN Port Off ???) if (USBH_Stop(&hUsbHostFS) != USBH_OK) { Error_Handler(); } if (USBH_DeI...
I set the following process to switch USB DP/DN port to normal GPIO.But it still in DP/DN mode and can not control as normal GPIO. // USB Device Off (DP/DN Port Off ???) if (USBH_Stop(&hUsbHostFS) != USBH_OK) { Error_Handler(); } if (USBH_DeI...
I set the following process to switch USB DP/DN port to normal GPIO.But it still in DP/DN mode and can not control as normal GPIO. // USB Device Off (DP/DN Port Off ???) if (USBH_Stop(&hUsbHostFS) != USBH_OK) { Error_Handler(); } if (USBH_De...