Im using a FS32K142WAT0WLFT and I'd like to understand how to enable spread spectrum. I specifically need this to effect the FTM module for motor control but see it's most often done at the PLL level. I'm not able to find a way to enable this function within the design studio.
Hi @mcmackin,
The SPLL does not support modulation.
But the FTM supports FTM Output Modulation and Dithering
Do you use RTD or SDK?
Regards,
Daniel
Hi @mcmackin,
There are API such as FTM_DRV_UpdatePwmPeriodDither().
Refer to S32K1xx Reference Manual for more datails about the feature.
Regards,
Daniel