You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the function CDC_Itf_Init() of usb_cdc_if.c, HAL_TIM_Base_Start_IT() is called after TIM_Config() but TIM_Config() also call HAL_TIM_Base_Start_IT(). So the second call to HAL_TIM_Base_Start_IT() will return an HAL_TIM_STATE_BUSY error.
The text was updated successfully, but these errors were encountered:
In the function CDC_Itf_Init() of usb_cdc_if.c, HAL_TIM_Base_Start_IT() is called after TIM_Config() but TIM_Config() also call HAL_TIM_Base_Start_IT(). So the second call to HAL_TIM_Base_Start_IT() will return an HAL_TIM_STATE_BUSY error.
The text was updated successfully, but these errors were encountered: