2021-02-26 02:23 AM
Hi,
I have NUCLEO-G071RB board . My System Clock frequency is 64 MHz .
The Timer (6) with Generates Continue Interrupt is working fine by CubeMx Code
By Just adding HAL_TIM_Base_Start_IT(&htim6) ; Line
I need only One Pulse But One Pulse Mode on "Cube Check Box Option" is not working at my ends
if(SW == 0)
{
// Generate One Pulse according to Timer
HAL_TIM_Base_Start_IT(&htim6) ;
}
Do I need something extra in code ?
--
Karan