<?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>Change to alternate function in bl654 without smartbasic</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52616/change-to-alternate-function-in-bl654-without-smartbasic</link><description>Hey 
 I want to use pin 57 (SIO_10)and pin59 (SIO_09) as output pin but they are configured as NFC pin by default. How to change the configuration to SIO without using the smartBasic function. 
 
 
 Thanks and regards</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Sep 2019 10:25:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52616/change-to-alternate-function-in-bl654-without-smartbasic" /><item><title>RE: Change to alternate function in bl654 without smartbasic</title><link>https://devzone.nordicsemi.com/thread/212013?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2019 10:25:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6ac0880-2ac8-4855-a1e3-785840fb62f2</guid><dc:creator>dkj047</dc:creator><description>&lt;p&gt;It worked by defining (just adding) an macro (rather variable)&amp;nbsp;&lt;var class="keyword varname"&gt;CONFIG_NFCT_PINS_AS_GPIOS&lt;/var&gt;&lt;span&gt;&amp;nbsp; in system_nrf52840.c&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="ph menucascade"&gt;&lt;span class="ph uicontrol"&gt;Project&lt;/span&gt;&lt;abbr title="and then"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/abbr&gt;&lt;span class="ph uicontrol"&gt;Edit Options&lt;/span&gt;&lt;abbr title="and then"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/abbr&gt;&lt;span class="ph uicontrol"&gt;Code&lt;/span&gt;&lt;abbr title="and then"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/abbr&gt;&lt;span class="ph uicontrol"&gt;&lt;span&gt;Preprocessor&lt;/span&gt;&lt;/span&gt;&lt;abbr title="and then"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/abbr&gt;&lt;span class="ph uicontrol"&gt;&lt;span&gt;Preprocessor&amp;nbsp;Definitions (segger embedded studio)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change to alternate function in bl654 without smartbasic</title><link>https://devzone.nordicsemi.com/thread/211992?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2019 09:00:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f813b09b-c46a-465c-8742-d3223aaad99a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You can see the Infocenter, specifically these links (&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fuicr.html&amp;amp;cp=3_1_0_13_0_62&amp;amp;anchor=register.NFCPINS"&gt;UICR&lt;/a&gt;&amp;nbsp;and &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fnfc.html&amp;amp;cp=3_1_0_41_1&amp;amp;anchor=concept_fq1_1bk_1s"&gt;NFC pin configuration&lt;/a&gt;), for how to set the NFC pins as regular GPIOs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change to alternate function in bl654 without smartbasic</title><link>https://devzone.nordicsemi.com/thread/211967?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2019 08:11:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34870dcf-6e9e-46cf-9382-6b51d4e606fd</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;SmartBASIC is a &lt;strong&gt;Laird&lt;/strong&gt; thing; nothing to do with Nordic - so you&amp;#39;d have to ask &lt;strong&gt;Laird&lt;/strong&gt; about that.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.lairdconnect.com/smartbasic-for-ble"&gt;https://www.lairdconnect.com/smartbasic-for-ble&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.lairdconnect.com/resources/support"&gt;https://www.lairdconnect.com/resources/support&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t want to use SmartBasic, I guess you&amp;#39;d have to do a full chip erase and then just treat it as a standard nRF52840.&lt;/p&gt;
&lt;p&gt;But, again, you&amp;#39;d need to check with &lt;strong&gt;Laird&lt;/strong&gt; to be sure ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>