|
Re: enable interrupt
You need to call "Initialize_Interrupts();"..
...which is called in user_routines.c under function "void User_Initialization (void)" (at least in my teams code it works there)
__________________
- from B B frank
Last edited by AIBob : 12-02-2005 at 14:41.
|