2020-03-11 01: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.
2020-03-12 01:59 AM
Issue confirmed, it will be fixed.
Thanks for your feedback.
Best Regards
Khouloud
2020-03-12 01:07 AM
Hello @ValeriyReut
Could you please share your ioc file ?
Thanks,
Khouloud
2020-03-12 01:59 AM
Issue confirmed, it will be fixed.
Thanks for your feedback.
Best Regards
Khouloud