nopnop2002 / Arduino-STM32-CAN

Can Example for Arduino Core STM32
210 stars 53 forks source link

STM32F103C8T6 hangs on CANInit(CAN_1000KBPS, 2) #51

Closed i-make-robots closed 1 year ago

i-make-robots commented 1 year ago

I am also running serial, SPI to a sensor, and TMC2130Stepper. When I have a minimal case to produce the problem I will update further.

i-make-robots commented 1 year ago

here's the commit to my repo

i-make-robots commented 1 year ago

When I run CANInit()... I lose the USB device descriptor. When I don't, USB is happy.

i-make-robots commented 1 year ago

Ah! I didn't see the note about virtual COM ports before. Oof...