<?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>UART pins in MDBT50Q.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43112/uart-pins-in-mdbt50q</link><description>I have found that there are 2 UART in MDBT50Q BLE. But I can&amp;#39;t found any RX and TX pins in the schematic. Please help me to find out this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Jan 2019 14:15:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43112/uart-pins-in-mdbt50q" /><item><title>RE: UART pins in MDBT50Q.</title><link>https://devzone.nordicsemi.com/thread/168729?ContentTypeID=1</link><pubDate>Wed, 30 Jan 2019 14:15:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b526d57-b33b-4e80-ba51-f4a673bf0e16</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;RX, TX, CTS and RTS_PIN_NUMBER are all defined in the pca10056.h file in our example projects.&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: UART pins in MDBT50Q.</title><link>https://devzone.nordicsemi.com/thread/168726?ContentTypeID=1</link><pubDate>Wed, 30 Jan 2019 14:06:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30fa1437-d6fc-4112-9329-29f3de81d9fd</guid><dc:creator>Abhimanyu K K</dc:creator><description>&lt;p&gt;Thanks sir.&lt;/p&gt;
&lt;p&gt;But just one doubt, Is the RX_PIN_NUMBER, TX_PIN_NUMBER and all are inbuilt or new variable.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART pins in MDBT50Q.</title><link>https://devzone.nordicsemi.com/thread/168444?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 12:22:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4672a62-fc3b-4e5e-9e11-13eb2e7b3f76</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;In the nRF52840 any GPIO pin, except SWDIO, SWDCLK and USB, can be used as UART pins. I recommend only using those that the MDBT50Q data sheet states to be regular GPIO pins.&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;#define RX_PIN_NUMBER  NRF_GPIO_PIN_MAP(PORT, PIN)
#define TX_PIN_NUMBER  NRF_GPIO_PIN_MAP(PORT, PIN)
#define CTS_PIN_NUMBER NRF_GPIO_PIN_MAP(PORT, PIN)
#define RTS_PIN_NUMBER NRF_GPIO_PIN_MAP(PORT, PIN)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This is an example on how to define them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best of luck and kind regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;
&lt;p&gt;EDIT: The NFC pins (P0.09 and P0.10) should not be used either. You can use them, but you will have to configure them to regular GPIO pins first.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART pins in MDBT50Q.</title><link>https://devzone.nordicsemi.com/thread/168430?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 11:52:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68ca2f3b-8192-4342-97db-42d138477a1b</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;You can use any GPIO as UART pins.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>