The USB interface may interfere with the QVGA display on the STM32F429I-DISC1
In my program code, I select an STM32F429I-DISC1 example code through the TouchGFX IDE, which runs successfully in STM32F429I-DISC1 dev board. The displays work fine without any issues. However, I need to configure the USB CDC. Since the USB_OTG_FS pins are connected to the display, I enabled USB_OTG_HS with the following settings:
1.PB14 set to USB_OTG_HS_DM
2.PB15 set to USB_OTG_HS_DP
3.Internal FS PHY set to "device only."
4.USB device class set to "communication device class" for HS IP.
The output is received, but the display screens appear half-filled and continuously blink. The USB pins are not configured for any other operation, so why is there a conflict between the USB and the display?
