CCU8 for PWM Signal Generator

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

cross mob
Not applicable
Hi all,

I am currently developing one application for generating PWM signals on a XMC1400 device. For this, I am using a CCU8 slice in Compare mode.
It would like that the counter of this slice increases with the system clock. Is this possible? If it is, how should I configure the Event for Counting mode?
Thx
0 Likes
1 Solution
Not applicable
I have just solved the issue, I had to configure the Count Configuration to use no event:
XMC_CCU8_SLICE_CountConfig(SLICE0_PTR, XMC_CCU8_SLICE_EVENT_NONE);

View solution in original post

0 Likes
1 Reply
Not applicable
I have just solved the issue, I had to configure the Count Configuration to use no event:
XMC_CCU8_SLICE_CountConfig(SLICE0_PTR, XMC_CCU8_SLICE_EVENT_NONE);
0 Likes