can I use one timer to interrupt another timer (start and stop)
I want to generate 1 Mhz with one timer but I want to stop it for 1 ms and then generate for 5 ms.I see that there is instruction HAL_TIM_Base_Start_IT looks like I can start and stop one timer with anther, I am using Cube MX and keil.