I am trying to use FTM as a up-counting timer simply, but CNT register value remains 0.
My settings are follows:
MOD = 0x2000
CONF= 0xC0
Other registers are reset default values.
Finally, set 0x118 in the SC register.
I expected the CNT register to count up to 0x2000, but it remains 0.
The SC register shows 0x198 and the TOF remains 0, so I think the countup has not started.
The count clock is SIRCDIV1.
Are there any restrictions when using FTM as an up counting timer?