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

1 REPLY 1
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".