Hi everyone,
I'm using FTM module in Modified combine mode but I have a doubt with channel (n) match value.
In the Reference manual explain the possibility to set fixed a value for ch(n) and while ch(n+1) can be varied. Also the Driver function "FTM_DRV_UpdatePwmChannel" does not allow to change ch(n) (it can be changed only if FTM counter is disabled).
I tried to use my function update procedure and I found that is possible to change ch(n) and ch(n+1) while FTM counter is enabled and I see the correct behavior on my scope for the PMW duty.
I don't see any advice against this variation on ch(n) match value ( as I said in RM there is only a fixed value use), but I like to be sure that is possible without any problem to perform this procedure.
Thank you for your help.