<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Should interrupt handlers be at fixed locations?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5027/should-interrupt-handlers-be-at-fixed-locations</link><description>I&amp;#39;m attempting to set up the GNU ARM Eclipse Plug-ins. I&amp;#39;ve created a few managed-build projects. I&amp;#39;m attempting to reproduce the results of the makefile in the hrs example that comes with the SDK. In my attempts, I&amp;#39;ve noticed my interrupt handlers shifting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Jan 2015 15:40:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5027/should-interrupt-handlers-be-at-fixed-locations" /><item><title>RE: Should interrupt handlers be at fixed locations?</title><link>https://devzone.nordicsemi.com/thread/17728?ContentTypeID=1</link><pubDate>Wed, 14 Jan 2015 15:40:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc9c2185-28e7-4726-9a34-8c3dce86cc32</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;The .Vectors is the actual interrupt table.  Your vector table is alway located at 0x1600 and with the size of 0xc0.  The others xxx_Handler are the actual function and can be located anywhere.  .Vectors contain the reference to those Handler.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Should interrupt handlers be at fixed locations?</title><link>https://devzone.nordicsemi.com/thread/17727?ContentTypeID=1</link><pubDate>Wed, 14 Jan 2015 15:26:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afa603cf-599c-40a0-9e34-927b9f030260</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The flash location of the exception handlers doesn&amp;#39;t need to be in any specific order. The  &lt;a href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0337e/BABBCFHA.html"&gt;NVIC&lt;/a&gt; will automatically fetch the correct handler corresponding to a given interrupt request without any SW handling.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>