Timer's Combined Channels - Encoder Mode
Hello,
I'm using the nucleo-h743zi2 board.
When obtaining the value of TIM2->CNT (or TIM5->CNT) through the combined channels of TIM2 or TIM5 on this board, without any special settings, I can perceive the encoder rotating in reverse as a negative value as it passes through 0. (For example, with a Counter Period set to 1000, rotating in the negative direction would result in 0, -1, -2, -3, etc.)
However, when obtaining encoder values from other General Purpose Timers, it doesn't result in negative values but instead jumps to the maximum positive value. (For example, with a Counter Period set to 1000, rotating in the negative direction would result in 0, 1000, 999, 998, etc.)
Is it possible to obtain negative values in this situation through settings?
The difference I found between these two timers is that the counter resolution is 32-bit, whereas in other General Purpose Timers, it's 16-bit.
Thank you in advance for any advice you can provide.

