I'm attempting to create a 3-phase PWM signal, which would generally use 6 dual edge triggered PWMs. Is there a way to do this using 3 single edge PWMs? If so, please point me to some examples; or provide an explanation. Thanks
You will find specific examples as to how to exploit each peripheral of your processor by download NXP's code bundle (see their site). I must warn you: their code is not top notch, but you can still learn from it, in conjunction with the user manual.
I'm not looking to be spoon-fed. What I am looking for is something that is structured and organized in such a way as to make the process as efficient as possible. When I do it the way you're recommending (which may be the only way), I end up bouncing around from document to document. Thanks for the suggestion, though.