Skip to main content
Visitor II
December 21, 2019
Question

CAN and USB (vcomport) together (CAN USB bridge)

  • December 21, 2019
  • 1 reply
  • 884 views

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!!!

    This topic has been closed for replies.

    1 reply

    Graduate II
    December 21, 2019

    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.​