2016-11-10 11:10 PM
2016-11-11 07:11 AM
Hi patil.kalpesh,
You should use in this case the commutation feature on Timer. Timer is configured Timing Mode, each time a COM event occurs, a new TIM1configuration will be set in advance. Only changed states are programmed. You would refer to the ''TIM_6Steps'' example in STM32CubeF0 at this path: STM32Cube_FW_F0_V1.6.0\Projects\STM32F072RB-Nucleo\Examples_MIX\TIMYou would also have a look to a new application note which talks about commutation and use it in a one of its firmware examples.-Hannibal-2016-11-12 10:07 PM
thank you Hannibal.
in my code i am using two timer . one timer with interrupt and other timer is without interrupt . there are possible to conflict of these to timer . please help me thank you