<?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 Configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47780/uart-configuration</link><description>Hi All, 
 
 I am Using the NRF52840 DK Device for my application development 
 I want 2 UARTS for my application 
 
 I have used the example - nRF5_SDK_15.3.0_59ac345\examples\peripheral\serial_uartes\pca10056 in this the Pins are configured 8,6,27,26</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 May 2019 10:05:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47780/uart-configuration" /><item><title>RE: UART Configuration</title><link>https://devzone.nordicsemi.com/thread/189555?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 10:05:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32052db7-eb49-4fe7-9299-8eadfa705933</guid><dc:creator>RakeshHegden</dc:creator><description>&lt;p&gt;thanks the SB21 and 22 are the issue sorted the issue&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks again&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Configuration</title><link>https://devzone.nordicsemi.com/thread/189498?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 08:30:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f05d6a27-e4be-42f1-b17e-e06c2bc73ed5</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;I think you&amp;#39;re on the right track with regards to your defines.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have you scoped the I/O lines with a digital analyzer or are you just trying to read them using a terminal?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;We need to verify that the UARTE peripheral is actually configured correctly. To do that we need to know the state of the UART &lt;a title="Registers" href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/uarte.html?cp=3_0_0_5_33_8#topic"&gt;Registers&lt;/a&gt;&amp;nbsp;after you&amp;#39;ve initialized the driver and are ready for a UART transfer.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Specifically we&amp;#39;re interested in registers from SHORTS to CONFIG.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;If the configuration is correct then it might be the flash device loading the I/O lines, I suggest you try cutting SB21 and SB22, see&amp;nbsp;&lt;a title="External memory" href="https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/nrf52840_DK/hw_external_memory.html?cp=3_0_4_7_4"&gt;External memory&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Configuration</title><link>https://devzone.nordicsemi.com/thread/189436?ContentTypeID=1</link><pubDate>Tue, 28 May 2019 04:21:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1210ac2f-2c61-4940-9033-5d0f5d486e2d</guid><dc:creator>RakeshHegden</dc:creator><description>&lt;p&gt;Hi I have disconnected the External flash and updated the code as below&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define RX_PIN_NUMBER&amp;nbsp; 20//8&lt;br /&gt;#define TX_PIN_NUMBER&amp;nbsp; 19//6&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;//#define RX_PIN_NUMBER 27//8&lt;br /&gt;//#define TX_PIN_NUMBER 26//6&lt;br /&gt;#define CTS_PIN_NUMBER 7&lt;br /&gt;#define RTS_PIN_NUMBER 5&lt;br /&gt;#define HWFC true&lt;/p&gt;
&lt;p&gt;/*&lt;br /&gt;#define BSP_QSPI_SCK_PIN 19&lt;br /&gt;#define BSP_QSPI_CSN_PIN 17&lt;br /&gt;#define BSP_QSPI_IO0_PIN 20&lt;br /&gt;#define BSP_QSPI_IO1_PIN 21&lt;br /&gt;#define BSP_QSPI_IO2_PIN 22&lt;br /&gt;#define BSP_QSPI_IO3_PIN 23&lt;br /&gt;*/&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But still, i am unable to see the UARTE communications on PIN 19 and 20m, Do you have any Guss ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Configuration</title><link>https://devzone.nordicsemi.com/thread/189359?ContentTypeID=1</link><pubDate>Mon, 27 May 2019 13:42:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53259832-53eb-4d1f-81c1-af1c68a2433f</guid><dc:creator>RakeshHegden</dc:creator><description>&lt;p&gt;Thanks for the information&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Understood your point, they are connected to the Flash Memory&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks Again&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Configuration</title><link>https://devzone.nordicsemi.com/thread/189339?ContentTypeID=1</link><pubDate>Mon, 27 May 2019 12:54:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38a87356-0122-4a1f-9f6f-5cda8896b563</guid><dc:creator>RakeshHegden</dc:creator><description>&lt;p&gt;So I can&amp;#39;t able to use the 19 to 22 pins as UARTE? but the datasheet says&amp;nbsp; the below&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Figure 100: UARTE configuration The GPIOs used for each UART interface can be chosen from any GPIO on the device and are independently configurable. This enables great flexibility in device pinout and the efficient use of board space and signal routing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Configuration</title><link>https://devzone.nordicsemi.com/thread/189323?ContentTypeID=1</link><pubDate>Mon, 27 May 2019 12:38:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff5703ae-97a4-4c7f-af95-7acad0af2bc3</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;p0.19-22 is already in use by the QSPI peripheral to connect to the external flash on the DK. &lt;br /&gt;&lt;br /&gt;See the DK&amp;#39;s hardware description:&amp;nbsp;&lt;a title="Connector interface" href="https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/nrf52840_DK/connector_if.html?cp=3_0_4_7_5"&gt;Connector interface&lt;/a&gt;&amp;nbsp;for details.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>