2019-12-07 06:49 PM
When trying to compile a project with STM32F4 with USB FS Low Speed 1.5MBit / s this error occurs:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_hcd.h:113:38: error: 'USBH_LS_SPEED' undeclared
2019-12-07 07:39 PM
I found several references on the internet, all say that the value is 2U:
#define HCD_SPEED_LOW 2U // USBH_LS_SPEED
2019-12-09 05:19 AM
Hello,
Thank you for reporting,
We are aware of this problem.