Tool/software:
Hi,
it's possble to trigger PWM with an external signal?
I'd like to have something like this:
Thank you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
it's possble to trigger PWM with an external signal?
I'd like to have something like this:
Thank you
You mean the DI calling an interrupt handler and coding there the PWM start?
In this case how to stop the PWM?
Can I program it to produce a constant amount of pulses and then stop?
No, but you can set up another timer that is started at the DI interrupt and stops the PWM when it expires.