Question on TIM 1 interrupts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-11-07 8:07 PM
I would like to know more about the following interrupts so that I learn when to use them. Where can I find details about them?
TIM1 Break interrupt
TIM1 Update interrupt
TIM1 trigger and commutation interrupt, specially this one
TIM1 Capture Compare interrupt
Labels:
- Labels:
-
TIM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-11-07 10:56 PM
Look at TIMx_SR.TIF and TIMx_SR.COMIF description.
The commutation event is not described clearly; it refers to to CCxE/CCxNE bits when they are preloaded. Essentially, the COM event is generated by TRGI, or by setting TIMx_EGR.COMG. Search for "COM" through the TIM chapter.
JW
