Hello".
I've been trying to configure the PIT Module changing the registers manually following the KL25 Reference Manual (KL25P80M48SF0) it didn't work, so I look at the code in Kinetis SDK and I realize the bits numbers on the Reference Manual tables were backwards. I mean, the bit 0 appears as bit 31 on the Reference Manual.
After configuring the registers with bits as they should be, the PIT module works fine.
Is the Reference Manual wrong? or I missed some note that indicates this backwards convention?
Note: I don't sure if this question goes here.
已解决! 转到解答。
Hi
All of the PIT registers in the KL25 user manual are numbered incorrectly.
They should count 31...0 rather than 0...31.
As far as I am aware this error is limited to the PIT section of only that manual - all other manuals seem to have it correct.
Regards
Mark
Hi
All of the PIT registers in the KL25 user manual are numbered incorrectly.
They should count 31...0 rather than 0...31.
As far as I am aware this error is limited to the PIT section of only that manual - all other manuals seem to have it correct.
Regards
Mark