Hi,
I have checked the data sheet of LPC832, the SCTimer has 8 match/capture registers,has 8 events, can output 6 PWM signals.
For PWM signal with edge-alignment mode, of course, 6 PWM s signal requires 12 events, or at least 13 match register(one match register control period), of course, it is impossible.
But you can generate PWM signals with center-alignment mode, in the mode, each PWM signal requires only one event, accordingly one match register, 6 PWM signal requires 6 events and 6 match register, adding one match register for period, you can generate 6 PWM signals with different duty cycle, the required resources are 6 events and 7 match registers. But all the PWM signals are center-alignment, PWM phase shift feature is impossible to implement in the mode.
Pls check if center-alignment mode meets your application.
The AN11538 has the code for center-alignment mode , pls refer to she section 7 7. Center aligned PWM in the AN.
Hope it can help you
BR
XiangJun Rong