Hi,
I'd like to ask you similar question related to 8 PWMs that are utilizing the same TimerUnit FTM3 component. This is working on Kinetis MK61 MCU.
How to make many PWMs, that reuse the same TimerUnit + channels to run independently ? E.g. turning one PWM doesn't affect other PWMs (for Enabling/Disabling them) ? For now, enabling one PWM affects other PWMs.
My configuration info:
Due to fact, that all of them use the same FTM3 module, I've made them to use the same FTM3_CNT counter. Here is part of MCU pinout:

I had to reuse the same FTM3 due to pinout configuration. Trying to use other FTM (and therefore other TimerUnit) in Processor Expert causes error:

So, I'm trying to use TimerUnit's channels to make it possible to work with many PWMs:

(here are only 2 channels, however it's the same with 8 channels).
Having that setup I've got warnings:
Warning: Referenced TimerUnit "TU_PWM" contains another channel that is not used by "PwmLdd1". This channel(s) may be affected by method Enable/Disable of component "PwmLdd1".
Warning: Referenced TimerUnit "TU_PWM" contains another channel that is not used by "PwmLdd2". This channel(s) may be affected by method Enable/Disable of component "PwmLdd2".
That's probably the reason, why they are coupled. Is there any way to make them independent ?
Thank you,
Maciej Wdowiarz-Bilski