kiffie / usbd-audio

Audio 1.0 USB class for usb-device
MIT License
27 stars 5 forks source link

Add STM32F4xx example #2

Closed JosefUtbult closed 1 year ago

JosefUtbult commented 1 year ago

Hello. I'm working on a rust sound card for a university project. I'm gonna try to make it using an STM32F4 processor, and has therefore made an example for that processor. I hope that is of interest for you.

kiffie commented 1 year ago

Of course, this is of interest. I will have a look at it.

Do the ISO endpoints work on this device? I am asking because I tried the STM32F446 a longer time ago. At that time, I observed problems with the ISO endpoint and I needed to patch the USB HAL module. Maybe, I will try your example on my STM32F446 device.

kiffie commented 1 year ago

Thank you very much for this PR.