2025-07-22 11:31 AM
stm32h7r/s
in appli context.
Enable FreeRTOS.
Timebase Source is TIM6.
TIM6_IRQHandler is empty.
void TIM6_IRQHandler(void)
{
/* USER CODE BEGIN TIM6_IRQn 0 */
/* USER CODE END TIM6_IRQn 0 */
/* USER CODE BEGIN TIM6_IRQn 1 */
/* USER CODE END TIM6_IRQn 1 */
}
2025-07-22 11:57 AM - edited 2025-07-22 11:57 AM
Please attach the IOC that produces this issue.
2025-07-23 1:23 AM
Hello @magicmatrix ,
Let me thank you for posting.
The behavior described was not reproduced by my side.
For more investigation, I suggest that you provide please the MCU Reference.
Thanks.
Mahmoud
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-07-23 1:28 AM
This problem doesn't occur every time.
Sometimes in complex projects, such situations may occur.
Sometimes the process of generating code gets stuck.
Next time this problem occurs, I will upload the ioc file.