<?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 wlcsp pin assignment from nRF51822 QFN</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18819/nrf52832-wlcsp-pin-assignment-from-nrf51822-qfn</link><description>(EN)
I&amp;#39;m afraid I might no be competent enough, so I look forward to your kind help. 
 I&amp;#39;m quite new to using nRF52832 WLCSP package(raytac MDBT42 blank module) on a custom PCB.
I developed a App on RedBear BLE Nano before, I should be migrate that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Jan 2017 11:36:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18819/nrf52832-wlcsp-pin-assignment-from-nrf51822-qfn" /><item><title>RE: nRF52832 wlcsp pin assignment from nRF51822 QFN</title><link>https://devzone.nordicsemi.com/thread/72667?ContentTypeID=1</link><pubDate>Fri, 06 Jan 2017 11:36:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9526a5b9-fb17-4b44-a4d0-907da8744086</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Just use 23. A good practice is to create a define that say something about the pin function and use that define in your code. For instance if P0.23 is connected to LED1:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define LED1 23
nrf_gpio_cfg_ouput(LED1);
nrf_gpio_pin_set(LED1);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 wlcsp pin assignment from nRF51822 QFN</title><link>https://devzone.nordicsemi.com/thread/72666?ContentTypeID=1</link><pubDate>Fri, 06 Jan 2017 09:33:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16aab7b1-2f75-470c-ba06-b64b31bf6196</guid><dc:creator>K.O.</dc:creator><description>&lt;p&gt;Thanks for the hints and the hack, Jørgen.
I learned that I shouldn&amp;#39;t have to change nRF5 SDK.&lt;/p&gt;
&lt;p&gt;Please let me confirm if I got it.
In the case of MDBT42,  nRF52832&amp;#39;s P0.23 assigned to MDBT&amp;#39;s P2.
I should have to called it  『p23』 or 『P0_23』 in my program, right?&lt;/p&gt;
&lt;p&gt;Best Regards.&lt;/p&gt;
&lt;p&gt;K.O.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 wlcsp pin assignment from nRF51822 QFN</title><link>https://devzone.nordicsemi.com/thread/72665?ContentTypeID=1</link><pubDate>Fri, 06 Jan 2017 08:27:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e56947f-8537-4fe7-b8c0-1cf0d4244579</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The nRF52832 WLCSP ball assignments is documented in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/pin.html?cp=2_2_0_3_1#concept_r4r_4lr_2q"&gt;nRF52832 product specification&lt;/a&gt; at the infocenter. You should not have to do any changes in the SDK, as the pin numbers used in the SDK correcponds to the Px.xx name of the pins, not the physical pin/ball number.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>