static变量在处理stm32单片机程序报错“Error: L6200E: Symbol cntdata multiply defined (by timer.o and main.o”问题的应用
一、原程序及错误提示1)头文件timer.h:#ifndef_TIMER_H#define_TIMER_H#include"sys.h"u8cntdata=0;voidTIM3_Int_Init(u16arr,u16psc);#endif2)timer.c中,定时器中断服务程序:voidTIM3_IRQHandler(void){if(TIM_GetITStatus(TIM3,TIM_IT_Upd