stm32-rs / stm32l4xx-hal

A Hardware abstraction layer for the stm32l432xx series chips written in rust.
157 stars 104 forks source link

Usb device not presented for otg-fs example on STM32L476ZGTx #334

Open seanybaggins opened 1 year ago

seanybaggins commented 1 year ago

Running cargo run --example otg_fs_serial --features "stm32l476 otg_fs rt" and then running

lsusb | grep 16

yields no results.

seanybaggins commented 1 year ago

See https://github.com/David-OConnor/stm32-hal/issues/64