Close

Enable USB

A project log for USBCAN-2A Hack

USBCAN-2A is a Chinese CAN Bus Analyzer running with a stm32. My goal : flash the unit with my own program

f-caminadeF Caminade 03/12/2021 at 13:040 Comments

The USB port is connected on PB15 and PB14 (OTG HS).

To enable the Serial on this port, you have to configure the compiler options in the Arduino IDE :

In "Tools" choose :

Now the board should be reconized as an USB device

Discussions