Hi,
I want the PWM to be turned on or off at the end of TX transmission.
I have implemented the acquisition of a PWM device in imx6ull UART driver(imx.c).
But I don't know which function should be configured to start and stop PWM.
I tried to start in imx_start_tx() and stop in imx_stop_tx(), but it didn't work.It will keep PWM if uart was open while close.
Please give me some advice and forgive my poor English.
Thanks a lot!
Hi igorpadykov
I have solved this problem,but I think I should study English well.
Thank you!