F072 USB wont connect with CAN connected.
Struggling with a rather weird problem.
I am using the STM32F072 in an application that needs both USB CDC and CAN.
Currently the peripherals are working as expected. However, if the USB is connected after the CANBUS, USB wont initialize. If I connect USB first then CAN, both work fine.
USB has the higher priority (lower number) , interrupts all appear to be working. No hard faults. I know these devices share a buffer so I set the USB CDC buffer to half the default, 256B for each TX and RX.
Where do i start to debug this?
