<?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>GPOITE interrupt not being serviced with softdevice S132, ble and SPI running.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46129/gpoite-interrupt-not-being-serviced-with-softdevice-s132-ble-and-spi-running</link><description>So I&amp;#39;ve been having a problem the last few days - using the NRF52832 we have an SPI chip connected his chip requires a clock signal (1MHz) that is being generated by the NRF. 
 When a conversion has occurred, and data is available to be read from the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Apr 2019 12:09:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46129/gpoite-interrupt-not-being-serviced-with-softdevice-s132-ble-and-spi-running" /><item><title>RE: GPOITE interrupt not being serviced with softdevice S132, ble and SPI running.</title><link>https://devzone.nordicsemi.com/thread/182093?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2019 12:09:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f508193c-c91b-49bf-81ff-96c5659bf3df</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You are configuring&amp;nbsp;the CONFIG register of GPIOTE channel 0 inside&amp;nbsp;timers_init() to toggle a GPIO. The GPIOTE driver will most likely also use channel 0, as it is not aware that this channel is used elsewhere. I would recommend that you do not mix configuration using registers and drivers on the same peripheral within the same application. Our drivers typically implement checks towards double initialization, but this only works if the driver is used in both places.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>