How to implement 32bit timer for TC26x B-Step 32bit microcontrolller

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hi everyone,

For my project i need to implement 32bit timer , TC26x doesn't have timer but it has counter. How can i do that , can you please help me out.


Thanks
kriz
0 Likes
1 Reply
cwunder
Employee
Employee
5 likes given 50 likes received 50 solutions authored
For my project i need to implement 32bit timer , TC26x doesn't have timer but it has counter. How can i do that , can you please help me out.

The TC26x does contain the GPT12 where you can concatenate the 16-bit timers to get either a 32-bit or 33-bit timer. Please see the Timer Concatenation in the user's manual.

In addition the System Timer (STM) is a free running 64-bit timer for each CPU that can be used for a custom period or read as snapshot.
0 Likes