timer 16 has hang or stop working for 1 sec.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-10 11:10 PM
Posted on November 11, 2016 at 08:10
The original post was too long to process during our migration. Please click on the attachment to read the original post.
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-11 7:11 AM
Posted on November 11, 2016 at 16:11
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-Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-11-12 10:07 PM
Posted on November 13, 2016 at 07:07
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