Can STM32 Timers be reset to non-zero values to generate 'signed' capture values?
I seem to remember a way to make a reset event set a timer’s value to a non-zero value. However, I didn’t see anything in the docs for the part I’m using so I’m not sure if this is a feature in STM32 parts. Is it?
An alternative is a DMA trigger on the reset that loads the CNT value. Is there a better way?
I have an in input capture value that represents a signed value. If a 16 bit timer resets to a value above 65535/2, input capture values within a known range can be sent away via DMA to the FMAC without processing steps to sort out the sign.
