STM32H723 Setting TIMx counter to specified value on rising edge of an input pin
Hello all,
I am using STM32H723 MCU and need to set TIMx Counter (TIMx_CNT) to a specified value different than 0 on rising edge of external input pin - TI1 or TIMx_ETR. From the MCU reference manual (RM0468 Rev 3) I understand, the TIMx Counter (TIMx_CNT) is initialized to 0 if the trigger condition is detected:
Is there a way to specify the value (different than 0) which is automatically set to TIMx_CNT register when the trigger condition is detected by Timer module? I know SW solution will work, but I need to avoid any delays caused by interrupts processing.
Thank you for your help,
Peter
