CAN and USB on STM32767ZiT6
Hello,
I have a custom board based on STM32767ZIT6 and it has the three CAN peripherals and the USB designed. The goal is to translate the CAN message to USB directly without the need for a bridge but I am facing issues activating the USB and the three CAN peripherals in the software. I am using basic CDC and when I connect the CAN port to a CAN network using the CANDoISO device, the USB disappear from the device manager and the GUI application.
Is it possible to use all three CAN peripherals with USB enabled or have I messed up the configurations such as interrupt priorities and timing or will an RTOS help here?

