STM32CubeMX F3 USB bug
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-11 1:28 PM
When I have enabled USB Device for stm32f3discovery, the usbd_conf.c had this lines (59..63):
#if (USE_HAL_PCD_REGISTER_CALLBACKS == 1U)
static void PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state);
else
void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state);
#endif /* USE_HAL_PCD_REGISTER_CALLBACKS */
Notice the "else" without hash (#) symbol.
Solved! Go to Solution.
Labels:
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-12 1:59 AM
Issue confirmed, it will be fixed.
Thanks for your feedback.
Best Regards
Khouloud
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-12 1:07 AM
Hello @ValeriyReut
Could you please share your ioc file ?
Thanks,
Khouloud
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-03-12 1:59 AM
Issue confirmed, it will be fixed.
Thanks for your feedback.
Best Regards
Khouloud
