<?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>When I change the communication port about SPI of NRF52832, the MCU would be reset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32063/when-i-change-the-communication-port-about-spi-of-nrf52832-the-mcu-would-be-reset</link><description>Hi everyone! 
 #include &amp;quot;nrf_drv_spi.h&amp;quot; #include &amp;quot;app_util_platform.h&amp;quot; #include &amp;quot;nrf_gpio.h&amp;quot; #include &amp;quot;nrf_delay.h&amp;quot; #include &amp;quot;boards.h&amp;quot; #include &amp;quot;app_error.h&amp;quot; #include &amp;lt;string.h&amp;gt; #include &amp;quot;nrf_log.h&amp;quot; #include &amp;quot;nrf_log_ctrl.h&amp;quot; #include &amp;quot;nrf_log_default_backends</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Mar 2018 05:59:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32063/when-i-change-the-communication-port-about-spi-of-nrf52832-the-mcu-would-be-reset" /><item><title>RE: When I change the communication port about SPI of NRF52832, the MCU would be reset</title><link>https://devzone.nordicsemi.com/thread/124265?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 05:59:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb51e553-b346-41c2-8e5d-b1fd9c1cc4fb</guid><dc:creator>chan_Yong</dc:creator><description>&lt;p&gt;thanks for your help!&lt;/p&gt;
&lt;p&gt;I see,I read the data sheet about nrf58232 and find the problem.the same alse your said.&lt;/p&gt;
&lt;p&gt;thanks again!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When I change the communication port about SPI of NRF52832, the MCU would be reset</title><link>https://devzone.nordicsemi.com/thread/124256?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 04:42:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:116ca38b-a220-4ca5-b6bb-c4fc236d8daa</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;The examples can use any port pin, but some pins are not available unless they are released from other dedicated functions, such as NFC. You don&amp;#39;t need to know or do anything about NFC, just ensure the pins are GPIO by defining&amp;nbsp;&lt;span&gt;CONFIG_NFCT_PINS_AS_GPIOS. It is used in&amp;nbsp;&lt;em&gt;SystemInit()&lt;/em&gt; - search for that function in your code and you will see what I mean. Pins 9 and 10 default to NFC, not GPIO&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When I change the communication port about SPI of NRF52832, the MCU would be reset</title><link>https://devzone.nordicsemi.com/thread/124253?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 02:13:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f72ebf93-9a3d-4ac2-97f4-bf5b495cd2b5</guid><dc:creator>chan_Yong</dc:creator><description>&lt;p&gt;&lt;span&gt;My test code was modified with examples about SPI(nRF5_SDK_14.2.0\examples\peripheral\spi).Is it&amp;nbsp;also important to note the configuration of NFC?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your reply!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When I change the communication port about SPI of NRF52832, the MCU would be reset</title><link>https://devzone.nordicsemi.com/thread/124252?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 01:53:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffb4399f-264f-4e41-a258-409f4a4bd584</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;When using GPIO pins 9 and 10 you might start by reading this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29041/how-to-enable-p0-09-and-p0-10-as-gpio-pins-on-the-nrf52-instead-of-nfc-pins"&gt;post&lt;/a&gt;&amp;nbsp;- in brief CONFIG_NFCT_PINS_AS_GPIOS is required to be defined - preferably at project level - to stop the NFC circuits reserving the GPIO pins. This may not be the only issue, of course ..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>