When configuring SCT0 in the peripherals, i think the generated code is wrong when selecting `Start L/unified counter`
This adds the following line to the generated SCT0_init function:
SCTIMER_StartTimer(SCT0_PERIPHERAL, kSCTIMER_Counter_L);
this doesn't work, there's no pwm output. If i change kSCTIMER_Counter_L to kSCTIMER_Counter_U, it does work.
config tools version is 11.0 and the MCU is a LPC54005JBD100
thanks,
Cedric