Skip to main content
Associate II
July 22, 2025
Solved

There is a problem with STM32CubeMX 15.0

  • July 22, 2025
  • 2 replies
  • 348 views

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 */
}

Best answer by Mahmoud Ben Romdhane

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.

 

MahmoudBenRomdhane_0-1753259008238.png

 

 

Thanks.

Mahmoud

2 replies

TDK
Super User
July 22, 2025

Please attach the IOC that produces this issue.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Technical Moderator
July 23, 2025

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.

 

MahmoudBenRomdhane_0-1753259008238.png

 

 

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.
Associate II
July 23, 2025

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.