Forum : ARM
Original Post
Post Information | Post |
---|---|
December 28, 2009 - 10:47am
|
some one help me. How to implement interrupt in C code in Ride7 with ARMkit? |
Forum : ARM
Post Information | Post |
---|---|
December 28, 2009 - 10:47am
|
some one help me. How to implement interrupt in C code in Ride7 with ARMkit? |
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