dmitrystu / libusb_stm32

Lightweight USB device Stack for STM32 microcontrollers
Apache License 2.0
696 stars 160 forks source link

Implement STM32H743 #113

Closed via closed 2 years ago

via commented 2 years ago

Based on the discussion and helpful comments from @minh7a6 on #66, I've copied the F446 lib and made the minor changes necessary to support the H7's USB FS. Using the HSI48 seems to be not recommended, but worked for my board as a sample, and is certainly simpler than setting up the PLLs for a demo.