INTC_InstallINTCInterruptHandler

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

INTC_InstallINTCInterruptHandler

1,728 Views
SeanW
Contributor II
How do you use the function in IntcInterrupts.c  -->  
 
 INTC_InstallINTCInterruptHandler(INTCInterruptFn handlerFn, unsigned short vectorNum, unsigned char psrPriority);
 
I am trying to build a table of vector interrupts for the INTC module and can't get them to work. Any insight into how to use the intcinterrupts.c file would be great!
 
 
Labels (1)
0 Kudos
1 Reply

353 Views
CrasyCat
Specialist III
Hello
 
- Which CPU are you targeting (HC08, HC12, Coldfire, ..)
- Which version of CodeWarrior are you using?
To retrieve that info:
- Start CodeWarrior
- Select Help -> About Freescale CodeWarrior
- Click on "Install Products"
- CodeWarrior version used is displayed on top in the Installed Products dialog.
 
CrasyCat
0 Kudos