<?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>STM32 shared interrupt vector</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/24307/stm32-shared-interrupt-vector</link><description> 
Hi all, 

 
 in writting my orginal question, I found part of the anwser I
was asking so what follows is the second part! 

 
I need to do something similar to the following link relating to a
C167 but on the STM32: 
 http://www.keil.com/support/docs</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: STM32 shared interrupt vector</title><link>https://community.arm.com/thread/76918?ContentTypeID=1</link><pubDate>Thu, 27 Nov 2008 03:20:16 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:6e1db75e-a6f2-4002-9156-73675d065b55</guid><dc:creator>Dave E</dc:creator><description>&lt;p&gt;&lt;p&gt;
Thanks Andy, I had seen NIC_SetVectorTable but perhaps not fully
assimilated it.&lt;/p&gt;

&lt;p&gt;
In the boot loader I call&lt;/p&gt;

&lt;pre&gt;
SetVectorTable(NVIC_VectTab_FLASH,0);
&lt;/pre&gt;

&lt;p&gt;
To call the user application:&lt;br /&gt;
The bootloader jumps to the application base address, effectively its
reset vector.&lt;/p&gt;

&lt;pre&gt;
SetVectorTable(NVIC_VectTab_FLASH, app_base_address - NVIC_VectTab_FLASH);
&lt;/pre&gt;

&lt;p&gt;
(making sure the base address is on a 1k boundary)&lt;/p&gt;

&lt;p&gt;
Is my thinking along the right lines?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: STM32 shared interrupt vector</title><link>https://community.arm.com/thread/52947?ContentTypeID=1</link><pubDate>Thu, 27 Nov 2008 02:44:42 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:7cc84991-e186-4e34-b3eb-271f631bf3b4</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
Look-up &lt;b&gt;NVIC_SetVectorTable&lt;/b&gt; in the ST FWLib...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>