Can RCM3200 be used for RGB color lighting?

I like to use a RCM3200 to control color LEDs for different color.

You probably want to use the PWM outputs on pins PF4 to PF7 to drive the RGB inputs, and then use sample code from Samples/Rabbit3000/pwm_test.c to drive the outputs at various duty cycles.

I’m better versed in software than hardware, so I’m not sure exactly how you’d wire up the multi-color LED, whether you’ll need current-limiting resistors or even gates on the R, G and B pins.

But hopefully this is enough to get you started.