<?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>Gazell resource issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10139/gazell-resource-issue</link><description>Hello, 
 I&amp;#39;m trying to setup a gazell application that could use the same resources of the Nordic SD. 
 Using the keil package manager, I switched the package configuration to alternative and had this compilation error: 
 L6200E: Symbol SWI1_IRQHandler</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Nov 2015 12:32:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10139/gazell-resource-issue" /><item><title>RE: Gazell resource issue</title><link>https://devzone.nordicsemi.com/thread/37604?ContentTypeID=1</link><pubDate>Tue, 10 Nov 2015 12:32:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30721872-e3db-4029-8004-8e66075e6a12</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Alessandro&lt;/p&gt;
&lt;p&gt;The problem is that both the app_timer_ble_gzll and the radio_notification modules use SWI1.
The radio_notification module is hard coded to use SWI1, and you can&amp;#39;t change it, but you can change this in the app_timer module.&lt;/p&gt;
&lt;p&gt;Because you use Gazell SWI0 is not available either, but it is possible to use hardware interrupts as software interrupts if you don&amp;#39;t use the hardware module for anything.&lt;/p&gt;
&lt;p&gt;As an example, if you don&amp;#39;t need the QDEC peripheral you can use the QDEC interrupt as a software interrupt.&lt;/p&gt;
&lt;p&gt;To do this, simply replace all occurences of &amp;quot;SWI1&amp;quot; in app_timer_ble_gzll.c with &amp;quot;QDEC&amp;quot;.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>