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

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

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

Jump to solution
581 Views
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?

Labels (1)
0 Kudos
1 Solution
358 Views
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

 

View solution in original post

0 Kudos
2 Replies
359 Views
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 Kudos
358 Views
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 Kudos