Peripheral interrupt numbers - can't find them in the manuals??

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

Peripheral interrupt numbers - can't find them in the manuals??

跳至解决方案
1,245 次查看
vier_kuifjes
Senior Contributor I

I'm trying to program an interrupt routine for the first time. I know each peripjeral (like the PIT, for which I want to write a routine) has it's own interrupt number. But where in the manual can I find which interrupt number is for which peripheral? I have searched the reference manuals of the 52235 and 52259 microcontrollers but I can't seem to find it! Are my eyes bad or is the information just missing?

标签 (1)
0 项奖励
回复
1 解答
1,022 次查看
TomE
Specialist II

Is this what you're looking for?

 

MCF52259RM.pdf 

16.3.8.1 Interrupt Sources

Table 16-6 lists the interrupt sources for each interrupt request line.
Table 16-16. Interrupt Source Assignments for INTC0

...

Table 16-17. Interrupt Source Assignment for INTC1

 

Tom

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,023 次查看
TomE
Specialist II

Is this what you're looking for?

 

MCF52259RM.pdf 

16.3.8.1 Interrupt Sources

Table 16-6 lists the interrupt sources for each interrupt request line.
Table 16-16. Interrupt Source Assignments for INTC0

...

Table 16-17. Interrupt Source Assignment for INTC1

 

Tom

 

0 项奖励
回复
1,022 次查看
vier_kuifjes
Senior Contributor I

Yes you're right. I don't know how I missed that! :smileyembarrassed:

I must have been searching using the wrong keywords...

0 项奖励
回复