Topic : LPC21xx handling interrupt in C code

Forum : ARM

Original Post
Post Information Post
December 28, 2009 - 10:47am
Guest

some one help me. How to implement interrupt in C code in Ride7 with ARMkit?

Replies
Post Information Post
+1
0
-1
January 7, 2010 - 11:00am
Guest

Hi

It is possible to find in NXP website some ressources to start working with LPC targets.
For instance for LPC21 you can try this page:
http://www.nxp.com/#/pip/pip=[pip=LPC2141_42_44_46_48_4]|pp=[t=pip,i=LPC2141_42_44_46_48_4]
And for interrupt use the code
http://www.nxp.com/documents/other/TN06002_LPC2000_EINT.pdf

Then try an example in ...\Ride\Examples\ARM\NXP to validate your working environment.
After that you can copy this example and modify it using the source from NXP.

Regards
Matloub