INTC_InstallINTCInterruptHandler

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

INTC_InstallINTCInterruptHandler

2,144 次查看
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!
 
 
标签 (1)
标记 (1)
0 项奖励
回复
1 回复

769 次查看
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 项奖励
回复