Other Parts Discussed in Thread: CC3220S
Tool/software: Code Composer Studio
Hi Ti,
I am trying use Timer to control LED and I already checked the timerled.c on driver folder, but still have something confuse me. Please help me to clarify. Thanks.
1. How many timer I can use? According programming guide, the number is 8, right?
18.5.2.5 Timer Control Up to 8 timers may be defined by the scripting tool, each with a 1 second resolution, and in a one-shot or multiple-shot mode. The timers remain active in LPDS.
2. What is the relationship between timer and PWM? If we want to have 4 PWM LEDs on our project, is that possible?
3. When I try to Timer_open the Timer0, anything looks good. But when open Timer1 and Timer2, always fail to open, why?
Regards, Eric.