STM32F7: Is it possible to generate PWM signal based on external freq source (not clock src!) using timer's external input trigger?
Hello,I've not much experience with all STM timer modes. I have a DDS-based freq source which produces meander wave. On base of this src I want to produce PWM signal using STM timer. As I understand, a regular way to do it is to pass the DDS src as e...