STM32F429I-DISC1: CAN2 pins PB12/PB13 conflict with USB_OTG_HS - no other pins left to use
Hello, I'm working on a project using the STM32F429I-DISC1 board and need to implement CAN communication. I'm using TouchGFX for the GUI, and when I generate the code, only CAN2 is available as an option.
CAN2 is mapped to pins PB12 (CAN2_RX) and PB13 (CAN2_TX), but according to the board schematic, these pins are already connected to USB_OTG_HS_ID and USB_OTG_HS_VBUS.
Is there any way that I can use CAN with this type of project? I see no other alternate pins. FMC and LTDC are taking up all the other options. Thank you.

