Hello everyone,
I just started using IMX8 QuadMax, going through the reference manual I can see that there are multiple ways to generate PWM, which are:
- TPM module : fsl_tpm.c , fsl_tpm.h
- FTM module : fsl_ftm.c, fsl_ftm.h
- PWM module : No driver available
In the latest available SDK2.9 there is no "fsl_pwm.c/.h" drivers available, is there something I am missing ?
please let me know if this driver is available or not, I know it should be there as it is mentioned in the datasheet and also the online SDK https://mcuxpresso.nxp.com/api_doc/dev/1523/a00063.html
I would like to use the PWM module rather than the other ones as I have more PWM pins available on the board I am using.
Thank you