stm32-rs / synopsys-usb-otg

usb-device implementation for Synopsys USB OTG IP cores
MIT License
41 stars 29 forks source link

Use `USB::REGISTERS` #5

Closed Disasm closed 4 years ago

richardeoin commented 4 years ago

@Disasm This works perfectly on my stm32h7 board, I can use both OTG1_HS and OTG2_HS. I can even use both at once with a CDC-ADM example that passes data between them.

Disasm commented 4 years ago

Great, thank you for testing :)