How to change output frequency of timer during run time
I am using stm32L073Rz I am using Tim2 channel 3 to generate different frequenciesAs per an example ,i configure timer 2 channel 3 in TIM_OCMODE_TOGGLE modewhen i generate code using cubemx i get the desired frequency using below code snippetbut i wa...