I could actually do that in the DMA interrupt and stop it once the all the data as been pushed out.. I'll look into it.
I would love to try FlexIO as it can run at a much faster speed, but from reading on the NXP...
@KurtE thanks,
After going through many source codes repo's and reading the documentation, finally things are making much sense to me and I understand how the flow works.
My biggest dilemma now is which timer to...
I want to stop the PWM in some cases to write simple 16 bit commands to the display, so I set the registers to stop the PWM and to set pin #33 back to a GPIO pin:
FLEXPWM2_MCTRL |= FLEXPWM_MCTRL_RUN( 0 ); //...
Just a quick update..
After a few hours of going through documentation and experimenting, I finally found how to switch the timer output to pin #33
I started by setting pin 33 to FlexPWM_PWM2_B00 output...
I finally have the guts to test this and start playing around as I have been doing ALOT of reading (still don't understand much but know more that I did a few weeks ago).
I want to thank miciwan for the guidance and...