Hi,
when i read S32k1 user manual, about flexio timer 16bit counter mode, it says " In 16-bit counter mode, the full 16-bits of the counter and compare register are used to configure either the baud rate of the shift clock or the shifter bit count."
dose it mean that the 16bit counter is FFFF at the beginning, and the timer cmp register is used for shifter bit count ?
many thanks.
Solved! Go to Solution.
Hi@yuegao1996
16-bit timers control the loading, shifting and storing of the shift registers, the counters load the contents of the compare register and decrement down to zero on the FlexIO clock.
BR!
Jim.
Hi@yuegao1996
16-bit timers control the loading, shifting and storing of the shift registers, the counters load the contents of the compare register and decrement down to zero on the FlexIO clock.
BR!
Jim.
Thanks !