STM32H743 - Is there any conflict between EXTI 9_5 lines with USB_CDC_FS?
Hey, I'm using a STM32H743ZI. I'm trying to implement a callback function in my code but when I implement the IRQ_handler, the USB_CDC_FS stops working - when I remove the IRQ handler it works just fine.The computer recognizes the USB port but I can'...