cancel
Showing results for 
Search instead for 
Did you mean: 

There is a problem with STM32CubeMX 15.0

magicmatrix
Associate II

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

3 REPLIES 3
TDK
Super User

Please attach the IOC that produces this issue.

If you feel a post has answered your question, please click "Accept as Solution".
Mahmoud Ben Romdhane
ST Employee

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.

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.