Hello,
You will need to use two channels associated with a TPM module, one channel for each group of LEDs. Each TPM channel has an associated pin used to output the PWM signal in this case. To minimize strobe effects, I would suspect that the PWM frequency would need to be much greater than the frame rate of the film or video, i.e. many on/off cycles during the exposure time for each frame.
With reference to the TPM section of the datasheet -
1) Setup the TPMSC register for the required clock source and pre-scale value. Maybe use edge aligned PWM.
2) Set TPMMOD register to produce the required PWM frequency (in conjunction with clock source and prescale value).
3) Setup each of the TPMCnSC registers for PWM mode, and with the polarity that you require.
4) Set each TPMCnV register for the duty cyle required for each channel. If the value should exceed the TPMMOD setting, this will give a duty cycle of 100 percent.
You should then be able to observe the PWM waveform at each output pin. Of course you will need additional hardware in order to drive the multiple LEDs on each channel.
Regards,
Mac