Associate II
December 15, 2022
Question
stm32g474 interrupt problem
- December 15, 2022
- 5 replies
- 2842 views
Hi all
I have a problem with interrupts on my STM32G474VEH6 based board. Timer 6 generates an interrupt every 1ms.
Program crash at HAL_TIM_Base_Start_IT(&htim6);
But after resetting the power of the board, the software starts working correctly.
The same code works fine on Nucleo-g474re.
Generate code with STM32CubeMX 6.6.1
IDE: Visual Studio 2022 with VisualGDB 5.6R8 build 4723.
Tested on STM32CubeIDE 1.10.1 same result.
Thanks in advance for your help
