<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Interrupt Jump to Code</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/26882/interrupt-jump-to-code</link><description> 
Hi, 
I am trying to make a simple main program that waits on an External
rising edge interrupt from INTO (P2.10 KEIL 1760). 
The main code does the configuration for the interrupt then sits in a
loop. And should wait for the Interrupt to call void
HandleInetrrupt0</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Interrupt Jump to Code</title><link>https://community.arm.com/thread/78111?ContentTypeID=1</link><pubDate>Sat, 13 Feb 2010 07:52:18 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:472c3747-0190-4342-9c2c-4081d789c96f</guid><dc:creator>Andrew Boelbaai</dc:creator><description>&lt;p&gt;&lt;p&gt;
Ok,&lt;br /&gt;
I found the solution..&lt;/p&gt;

&lt;p&gt;
The syntax is as follows.&lt;/p&gt;

&lt;pre&gt;
__irq   void &lt;b&gt;EINT0_IRQHandler&lt;/b&gt;(void)){  //EINT0_IRQHandler
                LPC_SC-&amp;gt;EXTINT &amp;amp;=0xFFFFFFFF;
                toggleLED();
}
&lt;/pre&gt;

&lt;p&gt;
&lt;br /&gt;
EINT0_IRQHandler has already been defined in the .s file along with
the other interrupts.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interrupt Jump to Code</title><link>https://community.arm.com/thread/57727?ContentTypeID=1</link><pubDate>Fri, 12 Feb 2010 11:03:24 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:57262c70-cb36-4c1c-83de-fc3eb31bbaf4</guid><dc:creator>Tamir Michael</dc:creator><description>&lt;p&gt;&lt;p&gt;
Err &amp;quot;__irq&amp;quot;...?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>