<?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>nRF52832 - How to merge ANT and Peripheral examples?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24870/nrf52832---how-to-merge-ant-and-peripheral-examples</link><description>Hello, I&amp;#39;m developing firmware for a custom PCB with an nRF52832 chip. I&amp;#39;ve implemented almost all of the peripheral functionality I need (including TWI, GPIO, GPIOTE, delay, power, and SAADC) via the &amp;quot;template_project&amp;quot; example. 
 I&amp;#39;ve also implemented</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Sep 2017 15:06:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24870/nrf52832---how-to-merge-ant-and-peripheral-examples" /><item><title>RE: nRF52832 - How to merge ANT and Peripheral examples?</title><link>https://devzone.nordicsemi.com/thread/97953?ContentTypeID=1</link><pubDate>Wed, 06 Sep 2017 15:06:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c2059de-d157-46df-b026-a5bd067988ff</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Great that you figured it out :) And that you shared the solution :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 - How to merge ANT and Peripheral examples?</title><link>https://devzone.nordicsemi.com/thread/97952?ContentTypeID=1</link><pubDate>Tue, 05 Sep 2017 21:55:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d44193d-4882-4d82-a30b-1e870e1bb97b</guid><dc:creator>DGraham</dc:creator><description>&lt;p&gt;The issue was a compiler setting. I was using the P0.09 as an output GPIO, however this is default set as a pin for the NFC peripheral.  In order to use it as a GPIO pin (and thus quit throwing an error when I tried to interact with it like a GPIO), you need to add the &amp;quot;CONFIG_NFCT_PINS_AS_GPIOS&amp;quot; to the preprocessor definitions for the project.&lt;/p&gt;
&lt;p&gt;After solving this I was able to incorporate the GPIO, GPIOTE, SAADC, and TWI peripherals with no issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 - How to merge ANT and Peripheral examples?</title><link>https://devzone.nordicsemi.com/thread/97951?ContentTypeID=1</link><pubDate>Tue, 05 Sep 2017 16:53:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:008e6b61-0034-4b4a-9799-1e11df911e98</guid><dc:creator>DGraham</dc:creator><description>&lt;p&gt;I&amp;#39;m going to go in today and add each peripheral one by one, starting with the GPIO, and see where the issue starts to pop up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 - How to merge ANT and Peripheral examples?</title><link>https://devzone.nordicsemi.com/thread/97950?ContentTypeID=1</link><pubDate>Tue, 05 Sep 2017 11:39:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a81f3433-902c-46c5-a60e-dc95a1a002ab</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure what is going on. Is this behavior reproducible if this GPIO code is added to a simple ANT example?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>