Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HAL_TIM_Base_Start_IT() called 2 times #1

Open
nbrunner opened this issue Mar 3, 2023 · 1 comment
Open

HAL_TIM_Base_Start_IT() called 2 times #1

nbrunner opened this issue Mar 3, 2023 · 1 comment
Assignees
Labels
projects Projects-related (demos, applications, examples) issue or pull-request.

Comments

@nbrunner
Copy link

nbrunner commented Mar 3, 2023

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.

@RJMSTM
Copy link

RJMSTM commented May 11, 2023

Hello @nbrunner

Thank you for this report. We will get back to you as soon as we analyze it further. This may take some time. Thank you for your comprehension.

With regards,
Rania

@ALABSTM ALABSTM assigned ASELSTM and unassigned ALABSTM and RJMSTM Sep 5, 2023
@ALABSTM ALABSTM added the projects Projects-related (demos, applications, examples) issue or pull-request. label Sep 5, 2023
@ALABSTM ALABSTM assigned ALABSTM and unassigned ASELSTM Sep 5, 2023
@KRASTM KRASTM self-assigned this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
projects Projects-related (demos, applications, examples) issue or pull-request.
Development

No branches or pull requests

5 participants