How to set CCU4 32 bits timer on XMC4500?

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

cross mob
Not applicable
Hello,

I want to set up a 32 bit timer by configuring CCU4 module on XMC4500. I tried to link two CCU4 modules together to get 32 bit timer handler, but from user manual, there is no good information about how to set it up. Thanks for anybody to provide useful information.
0 Likes
1 Reply
Not applicable
Hi jimw,

The timer concatenation can be done by configured the CC4yCMC.TCE.
There are mistake in the reference manual which refer to the wrong register CC4yTC.TCE
What you need to do is set the CC4yCMC.TCE = 1 and the timer will be concatenated with the previous timer slide.
You should be able to find more information on chapter 22.2.9 Timer Concatenation in XMC4500 Reference Manual v1.3
0 Likes