最近移植了controlsuite里面的代码出来,编译的时候编译不过。 
Description        Resource        Path        Location        Type 
Symbol 'IER' could not be resolved        Stepper-DevInit_F2803x.c        /NL_ABL_V20        line 44        Semantic Error 
提示这个。但是我查过了,IER已经定义过了。在“ PeripheralHeaderInclude.h”里面有 
extern cregister volatile unsigned int IFR; 
extern cregister volatile unsigned int IER; 
 
想不明白为什么还是报错。 |   
     
  
 |