Tool/software:
Hi,
I am using a display which power IC required a init sequence. In the sequence, I have to give first 82 pulse of width 20us and after sometime second 24 pulse of width 20us to produce required voltage levels on the display's voltage bus.
I tired normal GPIO to toggle at that much speed which I couldn't. The least it can go is 200us and not below that.
I am think of using PWM pins. my question is,
1. Is there any way to control PWM signals upto few counts?
2. Is there any way to toggle high and low to that pin?