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.