How to enable Capture/Compare 1 output Polarity(11: noninverted/both edges) in TIMx_CCER Register(STM32F401RE) but only 1 Bit is allocated for CC1P?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-23 10:24 AM
In detail glance on RM0368 Reference manual. I am getting confused while enabling
CC1P -Capture/Compare 1 output Polarity(11: noninverted/both edges) in TIMx_CCER Register(STM32F401RE) .
Whether it is possible to change Output Polarity into both Rising/Falling Edges ?
Solved! Go to Solution.
- Labels:
-
Documentation
-
STM32F4 Series
-
TIM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-23 11:03 AM
Somewhat confusingly, the other bit is CC1NP - but it's written there:
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-23 11:03 AM
Somewhat confusingly, the other bit is CC1NP - but it's written there:
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-24 12:34 AM
Thank you JW
