标签:nbsp timer tco rip 时间 清除 ann group cmd
1、嵌套中断控制器的配置
void NVIC_Configuration()
{
NVIC_InitTypeDef NVIC_InitStructure;
NVIC_PriorityGroupConfig(NVIC_PriorityGroup_1);//
2、发生中断时间
发生中断时间 =(TIM_Prescaler+1)*(TIM_Period+1)/FLK
例如:发生中断时间 (2000-1+1)*(36000-1+1)/72000000 =1秒
标签:nbsp timer tco rip 时间 清除 ann group cmd
原文地址:http://www.cnblogs.com/oliverlucqut/p/6797586.html