I am using LPCXpresso845MAX board for testing my application.
I required 6 PWM outputs (3 complimentary pairs of PWM).
I refereed 'AN11538_SCTimer_PWM_Cookbook v5.0.pdf' and i came to know that i can use SCTimer to generate complementary PWM.
I am using MCUXpresso IDE and Peripheral Config Tool to init SCTimer. I can able to generate 4 PWM outputs (2 complementary) using SCTimer. But when i tried to add another PWM output tool show me error. 'Each PWM output internally allocate 2 events. And Max Number of events supported by SCT0 is 8' See attached image.
So how can i generate 6 PWM outputs at a time?