Is it possible to select a different clock source apart from CORE CLK for FlexIO, and are there any peripheral‑level dividers available before the clock reaches the FlexIO module?
I'm using S32K358 FlexIO PWM (flexio_mcl_IP, flexio_pwm) to generate low‑frequency PWM (~100 Hz). I only see the FlexIO internal prescaler options (1/16/256) and timer period (max 512 ticks) configuration, with no further clock division.
At 240meg core clock, I could technically go up to 1.83KHz the least with 256 prescaler.
May I know is there a way to change the clock source option for flexIO so that I drive it at frequencies less than core clock?
Am I missing any clock dividers, or is this an expected limitation of FlexIO PWM, in which case another peripheral is recommended?