Hi!
Can anyone tell me about the difference between TimerPrescaleSet() and TimerPrescaleMatchSet()?
When do we have to call them? In what order? After which function?
I am having trouble using them. I appreciate any help!
Here is the example, I want to use it to extend my PWM signal period 2 times.
*******.............******.......
TimerConfigure(WTIMER0_BASE, TIMER_CFG_SPLIT_PAIR|TIMER_CFG_B_PWM);
// 0x0001 - value according to datasheet //
TimerPrecaleSet(WTIMER0_BASE, TIMER_B, 0x0001);
*******............********......
I know, Ther program doesn't have much sense, but I want to