Resolved! STM32G0B1 Timer 6 - program crash when timer started with interrupt
Hi,I am using STM32G0B1VET6 on my custom board. I want a delay of 0.2 and 0.3us. Hence I have used timer 6 to achieve this delay. But my program leads to crash when API - HAL_TIM_Base_Start_IT(&htim6) is executed.My settings for Timer 6 are as follow...