Effect of timer CCR not in range 0<CCR<ARR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-27 7:54 AM
DMA requests are still generated if the CCR is outside the auto-reload range
The DMA request is is generated when CNT reaches 0 rather than being disabled.
Processor is a STM32H750
is this a bug or a feature - it should be documented anyway
- Labels:
-
STM32H7 Series
-
TIM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-27 8:12 AM
This is a known, documented, albeit admittedly surprising behaviour (it has been discussed on this forum several times).
Note, that DMA requests are consequence of the event which sets the CCxIF flag.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-27 8:31 AM
Many thanks +++. It could still be better documented in the next revision of the manual please.
