2019-12-20 09:36 PM
Hello ,I need to design CAN and USB bridge .which micro controller should i be using?.and i have tried STM32l4r5zi, STM32F407vet6, STM32f373 but none of this got worked, every time i have to deinit the CAN and run USB. is there any micro controller that can run simultaneously ?!
Thank you!!!
2019-12-21 02:30 AM
All the above should permit operation of CAN and USB together. Check code isn't turning off clocks each of these need, and don't have conflicting PLL settings.
Perhaps report internal status of buses, peripherals and clocks to the debug console.