STM32G4 HRTIM burst mode enable / disable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-05-20 7:24 AM
In the reference manual for the G474, under HRTIM Burst mode control register (HRTIM_BMCR), bit 31 is the BMSTAT register; it gives the current operating status of the burst mode feature.
But it states that writing this bit to zero causes early burst mode termination... and I don't think this is actually true. If I try to write to it, it seems to fail and doesn't actually enter burst mode.
Does bit zero, BME, control the burst mode CONTROLLER itself, aka, if burst mode entry is possible at all, or is that the actual bit I'm supposed to modify to exit burst mode?
Thank you.
- Labels:
-
HRTIM
-
STM32G4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-05-26 1:10 AM
Hello,
Could you please confirm that the continuous mode is enabled: BMOM = 1?
Single shot burst mode may lead to the observed behavior: stopped burst mode when observed by scope, however a one short occurred already.
BME is needed to enable this mode.
Best regards.
