XMC1200 Problem with Timer

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

cross mob
Not applicable
Hi,

I'm going to get an ISR every 300ms. I have some problems if I would use "SysTick_Config(SystemCoreClock / 3);"
because some of my LEDTS function doesn't work right.
Isn't there any other timer like the ATmega8 has?

Regards,
Bernd
0 Likes
3 Replies
WilhelmBrezovit
Employee
Employee
First solution authored Welcome! 10 replies posted
Hi, BerndB,

You could use a hardware timer.
Use PWMSP001 App and remove the pwm-output-pin -> what you get is a hardware timer.

All the best,
Wilhelm
0 Likes
Not applicable
Thank you Wilhelm,

Is it possible to include a App in Keil IDE?

Regards,
Bernd
0 Likes
lock attach
Attachments are accessible only for community members.
WilhelmBrezovit
Employee
Employee
First solution authored Welcome! 10 replies posted
Hi, Bernd,

Using Infineon's DAVE and KEIL-tools together will give you an easy-to-use development flow (see http://www.keil.com/appnotes/files/apnt_258.pdf, page 2).
It combines DAVE’s powerful configuration tools and Apps library with μVision’s project management, debug capabilities, and the ARM C/C++ compiler.

All the best,
Wilhelm
0 Likes