I'm playing with 28035, but confused that I cannot find where the CPU related registers are defined, such as IER/INTM... Can anyone tell me where the file is?
From "DSP2803x_Device.h", I found IER/IFR are declared, but where are they defined? please advise, thank you so much.
//---------------------------------------------------------------------------
// Common CPU Definitions:
//
extern cregister volatile unsigned int IFR;
extern cregister volatile unsigned int IER;
#define EINT asm(" clrc INTM")
#define DINT asm(" setc INTM")
#define ERTM asm(" clrc DBGM")
#define DRTM asm(" setc DBGM")