Question
[STM32F103] CAN_RX0 and CAN_RX1 interrupts stop working if I power board using USB cable.
If powered otherwise, everything is OK.
HAL_CAN_RxFifo0MsgPendingCallback is CAN_RX0 and HAL_CAN_RxFifo1MsgPendingCallback is RX1 right?
I see that "USB low priority or CAN RX0 interrupts" are connected, but CAN RX1 should be independent from USB?
Is it possible to use CAN RX interrupts with USB plugged in (only for powering board)?