-
- Downloads
stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.
The STMCube examples define both USE_USB_HS and USE_USB_HS_IN_FS when they use the HS in FS mode. The STM32F401 doesn't have a USB_HS at all, so the USB_OTG_HS instance doesn't even exist.
Showing
- stmhal/boards/STM32F429DISC/stm32f4xx_hal_conf.h 1 addition, 0 deletionsstmhal/boards/STM32F429DISC/stm32f4xx_hal_conf.h
- stmhal/stm32_it.c 2 additions, 2 deletionsstmhal/stm32_it.c
- stmhal/stm32_it.h 1 addition, 1 deletionstmhal/stm32_it.h
- stmhal/usbd_conf.c 10 additions, 8 deletionsstmhal/usbd_conf.c
Please register or sign in to comment