2024-07-05 04:12 AM - edited 2024-07-05 04:15 AM
So far, I have the feeling that you can connect ITRx only to TRGO of other timers.
I am wondering if it is possible to connect them to other signals, e.g. ADC, UART, etc. signals?
For example, if I have:
Slave Mode: Reset Mode
Trigger Source: ITR0
Clock Source: Internal Clock
And I wish that every time a byte is received by the usart2 then ITR0 is triggered so that the running timer is reset, how to do that?
I know that there are other cleaner solutions for resetting the timer upon a byte is received in usart, but I am just trying to understand if it is possible and how to connect ITRx to other signals that are NOT TRGO:s.
Also: does the above configuration make any sense?