lm3s8qq中如何使用Timer产生PWM波
TimerLoadSet(TIMER1_BASE, TIMER_BOTH, 6000); // 设置TimerBoth初值
TimerMatchSet(TIMER1_BASE, TIMER_A, 3000); // 设置TimerA的PWM匹配值
通过上面程序怎么计算频率
lm3s8qq中如何使用Timer产生PWM波
TimerLoadSet(TIMER1_BASE, TIMER_BOTH, 6000); // 设置TimerBoth初值
TimerMatchSet(TIMER1_BASE, TIMER_A, 3000); // 设置TimerA的PWM匹配值
通过上面程序怎么计算频率