User`s guide
Processor Expert Interface
Processor Expert Tutorial
112
Targeting MC56F83xx/DSP5685x Controllers
}
}
void main(void)
{
/*** Processor Expert internal initialization. DON'T REMOVE THIS
CODE!!! ***/
PE_low_level_init();
/*** End of Processor Expert internal initialization. ***/
/*Write your code here*/
#pragma warn_possunwant off
IRQA_On = IRQA_GetVal() ? 1 : 0;
IRQB_On = IRQB_GetVal() ? 1 : 0;
for(;;); {
CLEARLEDS;
pattern();
}
#pragma warn_possunwant reset
}
/* END LEDcontrol */
/*
** ###################################################################
/*
** This file was created by UNIS Processor Expert 03.15 for
** the Motorola DSP56x series of microcontrollers.
**
** ###############################################################
*/