embassy icon indicating copy to clipboard operation
embassy copied to clipboard

STM32F4 family missing USB driver implementation

Open MisterSandman7 opened this issue 2 years ago • 1 comments

Correct me if i'm wrong, but I am unable to implement the USB peripheral on my Nucleo STM32F413ZH, despite having the physical port and https://github.com/embassy-rs/stm32-data/blob/b13ba26f6f9b7049097e39ccc7e5e246ac023d15/data/chips/STM32F413ZH.json having the USB peripheral present.

I am unable to create a new driver (with Driver::new()) and was wondering if I was missing out on something or not.

I used https://github.com/embassy-rs/embassy/blob/master/examples/stm32f3/src/bin/usb_serial.rs as example code for my code, since the example repo for the F4 family doesn't have one.

MisterSandman7 avatar Jul 12 '22 18:07 MisterSandman7

it's WIP: #799

Dirbaio avatar Jul 12 '22 22:07 Dirbaio

@Dirbaio this can also be closed with #1145

chemicstry avatar Jan 11 '23 23:01 chemicstry

Thanks! Closed it will be then.

Dirbaio avatar Jan 11 '23 23:01 Dirbaio