<?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 reset pin remap，I want to know which Pin is available？</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48178/nrf52832-reset-pin-remap-i-want-to-know-which-pin-is-available</link><description>In datasheet （Note: Pin reset is not available on all pins） 
 I want to know which Pin is available？</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Jun 2019 02:31:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48178/nrf52832-reset-pin-remap-i-want-to-know-which-pin-is-available" /><item><title>RE: nrf52832 reset pin remap，I want to know which Pin is available？</title><link>https://devzone.nordicsemi.com/thread/190935?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 02:31:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa91a071-630c-404d-81a7-a2240a2b5eba</guid><dc:creator>aning</dc:creator><description>&lt;p&gt;&lt;span class="" id="w_6"&gt;Oh,&lt;/span&gt;&lt;span class="" id="w_8"&gt;I&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span id="w_9"&gt;see.Thanks again！&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 reset pin remap，I want to know which Pin is available？</title><link>https://devzone.nordicsemi.com/thread/190933?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 02:27:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8c5f51b-3f17-4a5c-8780-2b2f50107b3f</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;no - I just told you - it&amp;#39;s P0.21, that&amp;#39;s it, the only one you can use, there is no other pin available.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 reset pin remap，I want to know which Pin is available？</title><link>https://devzone.nordicsemi.com/thread/190932?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 02:26:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:834f9cb9-a547-494d-b3ee-1b4a00f8abd3</guid><dc:creator>aning</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank you！&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In&amp;nbsp;fact&amp;nbsp;i&amp;nbsp;want to use 26 as a reset&amp;nbsp; and&amp;nbsp;&amp;nbsp;CONFIG_GPIO_AS_PINRESET also&amp;nbsp;defined&amp;nbsp;in MDK。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;nbsp;can&amp;nbsp;read&amp;nbsp;PSELRESET[0] and&amp;nbsp;PSELRESET[1]&amp;nbsp;registers value&amp;nbsp;both&amp;nbsp;are 0x1a.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But&amp;nbsp;it do not work&amp;nbsp;when&amp;nbsp;press&amp;nbsp;a&amp;nbsp;key&amp;nbsp;that&amp;nbsp;connect&amp;nbsp;pin 26.The other end of the key is connected to GND.(NO&amp;nbsp;&lt;/span&gt;external Pull up&lt;span&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can it be achieved?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;#if defined (CONFIG_GPIO_AS_PINRESET)&lt;br /&gt; if (((NRF_UICR-&amp;gt;PSELRESET[0] &amp;amp; UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected &amp;lt;&amp;lt; UICR_PSELRESET_CONNECT_Pos)) ||&lt;br /&gt; ((NRF_UICR-&amp;gt;PSELRESET[1] &amp;amp; UICR_PSELRESET_CONNECT_Msk) != (UICR_PSELRESET_CONNECT_Connected &amp;lt;&amp;lt; UICR_PSELRESET_CONNECT_Pos))){&lt;br /&gt; NRF_NVMC-&amp;gt;CONFIG = NVMC_CONFIG_WEN_Wen &amp;lt;&amp;lt; NVMC_CONFIG_WEN_Pos;&lt;br /&gt; while (NRF_NVMC-&amp;gt;READY == NVMC_READY_READY_Busy){}&lt;br /&gt; NRF_UICR-&amp;gt;PSELRESET[0] = 26;&lt;br /&gt; while (NRF_NVMC-&amp;gt;READY == NVMC_READY_READY_Busy){}&lt;br /&gt; NRF_UICR-&amp;gt;PSELRESET[1] = 26;&lt;br /&gt; while (NRF_NVMC-&amp;gt;READY == NVMC_READY_READY_Busy){}&lt;br /&gt; NRF_NVMC-&amp;gt;CONFIG = NVMC_CONFIG_WEN_Ren &amp;lt;&amp;lt; NVMC_CONFIG_WEN_Pos;&lt;br /&gt; while (NRF_NVMC-&amp;gt;READY == NVMC_READY_READY_Busy){}&lt;br /&gt; NVIC_SystemReset();&lt;br /&gt; }&lt;br /&gt; #endif&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 reset pin remap，I want to know which Pin is available？</title><link>https://devzone.nordicsemi.com/thread/190931?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 02:02:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ec29c89-3254-48cd-9d56-c06806bc3c34</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;it&amp;#39;s in the pin assignments (and you can work it out from the fact only one value is given for the register value too). P0.21, that&amp;#39;s it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>