At present, I need three PWM signals to control RGB LED. The 53, 55 and 58 pins of LPC55S28 have been selected as the PWM output signal pins. Is this method feasible?
Solved! Go to Solution.
Hi JJ3
No, other two 53 pin (CTIMER0_MATCH1) and 58 pin (CTIMER0_MATCH2) will not affect the GPIO output of 55 pins.
Hope this helps,
Jun Zhang
Hello JJ3
Pin 53 and 58 can be used as PWM output pin but Pin55 can be only set as input. see below extacted from DS. If we need PWM output, we need to choose another pin which can support PWM output.
Hope this will help you,
Jun Zhang
Hello JJ3 ,
Yes. you can use 53PIN (ctimer0_match1) to output to a spare GPIO. then set 55PIN as GPIO to synchronize 53PIN output.
Hope this can help you,
Jun Zhang
Hi JJ3
No, other two 53 pin (CTIMER0_MATCH1) and 58 pin (CTIMER0_MATCH2) will not affect the GPIO output of 55 pins.
Hope this helps,
Jun Zhang