Programming module on EVB5329

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

Programming module on EVB5329

1,514 Views
guilig
Contributor II
hi

I am currently develpping modules kernel on EVB5329 for using IRQ.
I am not sure my vector interrupt are ok. Does anyone use IRQ on this platform ?

Can you send me sample code source that implements example of use IRQ handler.

Thanks

Kind regards

Guilig
Labels (1)
0 Kudos
Reply
1 Reply

708 Views
mccPaul
Contributor I
Hi
 
All Coldfire devices have a very similar interrupt controller architecture. The main difference appears to be in the way interrupt priorities are handled. Earlier Coldfire cores only allow you to set an interrupt level and later versions let you set the interrupt level and priority. See section 14.2.9 in the 5329 User guide.
 
If you look at this thread and follow the links in my post there you will find quite a lot of discussion about interrupt handlers:
 
 
The examples are not for the mcf5329, but if you study these and look at chapter 14 in the reference manual you should figure it out.
 
Paul
0 Kudos
Reply