dmitrystu / libusb_stm32

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

Add support for STM32WB55 #98

Closed nminaylov closed 2 years ago

nminaylov commented 2 years ago

Added support for WB55 MCU, tested it on STM32WB55RG. Actually, its usb controller is similar to L433, but I had to change usb base address from USB_BASE to USB1_BASE due to mistakes in official ST device header.