Does the HRTIM support a DMA-based input capture (IC) mode?
I would like capture the CNT register and transfer it to a circular buffer on every rising/falling edge on 10 different signal lines. Is this possible and is there a reference which describes how to do this?
This is on the STM32H7 series.
I have read AN4539 (HRTIM cookbook). I've also looked at the STM32H745 reference manual. It's still unclear if the HRTIM peripheral supports an input capture mode similar the to general purpose timers.
The CPT1DE/CPT2DE bits control the DMA request for the capture event, which would suggest the functionality exists, but I haven't found any resources on how to use this exactly.
The EExSNS bits seem to control if an event happens on the rising and/or falling edges of each channel.
The phrase "input capture" doesn't appear within anywhere in the HRTIM section of the reference manual, so maybe it's not possible.