BUG found! 'USBH_LS_SPEED' undeclared
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-07 6: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
Labels:
2 REPLIES 2
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-07 7:39 PM
I found several references on the internet, all say that the value is 2U:
#define HCD_SPEED_LOW 2U // USBH_LS_SPEED
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-09 5:19 AM
Hello,
Thank you for reporting,
We are aware of this problem.
