Hi,
I am trying to generate a PWM signal with Frequency=20Hz and DC=14%.I imported the flexio_pwm example from SDK which uses generates PWM at frequency=47MHz using kCLOCK_Root_Flexio2, i.e. 24Mhz.
But my application requires very low frequency <100Hz, when I try to change in Clock Configuration tool, it is showing error:

and also I tried setting to 100kHz, now clock configuration updated fine but in my source code,

there is a calculation of sum, lower & upper values which set the timer compare. when I'm using 100kHz as clock frequency, I'm getting value more than uint32_t.
Is there any other provision to use clock configuration or other method to figure out the issue.
Thanks & regards,
Manikanta Robbi.