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
Thanks for the information. Unfortunately the uC was chosen prior to my involvement. I think a majority of the problem is my lack of understanding/experience with utilizing the PWMs/Timers; and maneuvering around an RTOS. I'm not an embedded engineer, but am in a situation where I have to "play one on TV". I'm really enjoying it, though. Do you have any recommendations for improving my knowledge-base (preferably something that is organized and structured)? The user manual has a lot of great information, but the prerequisite for grasping it quickly is a wealth of experience.
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.