2019-08-01 04:54 AM
Red, or blue?
The difference is, that in the case of red, the comparator output could be used to detect both edges by redirecting to 2nd timer channel (a.k.a. "PWM input mode").
And, in any of these cases, the original input is ORed with the comparator signal, or switched off completely, or something else?
Thanks,
Jan Waclawek
Solved! Go to Solution.
2019-08-28 12:39 AM
Hi Jan,
The comparator output is connected before the XOR input, on TIMx_CH1. This is equivalent to the red arrow in your schematics, and allows to use PWM input mode.
The original input is ORed with the comparator signal, as shown below.
Best regards,
Vincent
2019-08-28 12:39 AM
Hi Jan,
The comparator output is connected before the XOR input, on TIMx_CH1. This is equivalent to the red arrow in your schematics, and allows to use PWM input mode.
The original input is ORed with the comparator signal, as shown below.
Best regards,
Vincent
2019-08-28 03:48 AM
@Vincent Onde ,
This is good news, thanks for the information.
Could this please be introduced into all the relevant RMs, or, alternatively, could an appnote been written containing this sort of informations (interconnections not detailed enough in the RMs)?
Thanks,
Jan
2019-08-28 04:13 AM
Hi Jan,
Yes, we can update the F3 family RMs for the next release to come.
Best regards,
Vincent
2019-08-28 04:29 AM
Thanks.
Jan
2022-12-10 05:27 AM
Hi
The same quastion for me))
But have addition quastion.
So to enable it, I need just disable the input pin on the timer? (How to remap the output of the comparator is clear)
Thanks,
Alex
2022-12-11 02:57 AM
> So to enable it, I need just disable the input pin on the timer?
Simply don't select given TIMx_CHx in GPIO.
JW
2022-12-11 07:36 AM
Ok, thanjs!