STM32F4 : USE USB DP and DM as GPIOs?
Hello,
I am using an STM32F427 with the ULPI interface for USB communication, since i am not using the USB signals DP and DM for the USB communication, I would like to use those signals as GPIOs. Right now, the problem i have its that everytime i execute the function 'USBD_Initialize(0);', I am not able to use PB14 and PB15 as GPIOs. I already tried to overwrite the Pin configuration without any success.
Does anyone know if its possible to use these pins as GPIOs (PB14 and PB15), while USB module its running?
Harwdare details:
MCU: STM32F427IGPackage: LQFP 176.USB Interface: ULPI ( HS USB)Thanks in advance.
#usb-init #stm32f4