<?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>How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43387/how-to-use-the-2-uart-simultaneously-in-the-nrf52840-based-mdbt50q-evaluation-board</link><description>Sir, 
 I have one nRF52840 based MDBT50Q evaluation board. I need to configure the 2 UART pins together. How to make it possible???</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Sep 2019 13:55:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43387/how-to-use-the-2-uart-simultaneously-in-the-nrf52840-based-mdbt50q-evaluation-board" /><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/208981?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2019 13:55:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:312e57b1-591a-4271-b976-c2ad5eb1fe2b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please &lt;a href="https://devzone.nordicsemi.com/support/add"&gt;create a new question&lt;/a&gt;, as this is not related to the original thread.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/208973?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2019 13:32:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:209bcaf2-09cf-495b-b9b9-0eced87bce3c</guid><dc:creator>testsweng</dc:creator><description>&lt;p&gt;I am looking at the sdk15.3 serial_uartes/main.c file and then the project sdk_config.h&lt;/p&gt;
&lt;p&gt;where as the UARTE module itself is configured the individual UARTEs are not.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;// &amp;lt;e&amp;gt; NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver&lt;br /&gt;//==========================================================&lt;br /&gt;#ifndef NRFX_UARTE_ENABLED&lt;br /&gt;#define NRFX_UARTE_ENABLED 1&lt;br /&gt;#endif&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE0_ENABLED - Enable UARTE0 instance &lt;br /&gt;#ifndef NRFX_UARTE0_ENABLED&lt;br /&gt;#define NRFX_UARTE0_ENABLED 0&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;// &amp;lt;o&amp;gt; NRFX_UARTE1_ENABLED - Enable UARTE1 instance &lt;br /&gt;#ifndef NRFX_UARTE1_ENABLED&lt;br /&gt;#define NRFX_UARTE1_ENABLED 0&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But later the older UART and individual UART0, UART1 defines are enabled.&amp;nbsp; The UARTE defines have been in the sdk_config file for now 3 releases.&amp;nbsp; If they are not used can they be removed as it is very confusing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also I have inherited a sdk15.0 file set that uses 2 uarte ports.&amp;nbsp; It appears the code uses modifications from this link:&amp;nbsp; &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/33558/use-2-uarte-with-sdk15"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/33558/use-2-uarte-with-sdk15&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Is this still valid?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/171061?ContentTypeID=1</link><pubDate>Thu, 14 Feb 2019 09:39:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12efb81e-7b00-4d8e-af88-2081d8674536</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I did not get the question here?&lt;/p&gt;
&lt;p&gt;As this is a high-level description of parts of what you want to do, I want to mention that we are happy to assist in answering technical question and providing advice, but you have to do the development work yourself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/171015?ContentTypeID=1</link><pubDate>Thu, 14 Feb 2019 06:54:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c2c0b02-61b0-418b-a71c-204cbcc6603c</guid><dc:creator>Abhimanyu K K</dc:creator><description>&lt;p&gt;Sir,&lt;/p&gt;
&lt;p&gt;I need 2 RX and 2 TX pin. I want my stm32 to permanently connected to my BLE through one UART and&amp;nbsp; another one I want to connect to my PC to give some instructions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/170561?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 09:52:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07df57c6-0f68-4965-ac30-8e8e2ae96ed1</guid><dc:creator>Abhimanyu K K</dc:creator><description>&lt;p&gt;Thank you sir.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/170527?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 08:56:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ca4d91c-1f43-4639-b798-21fe8ca1cfd0</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I assume this is related to &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/43555/what-we-do-if-there-is-no-soft-device-for-some-example-program"&gt;your other thread&lt;/a&gt;, where you state that you are using a ST-Link programmer. This is quite important information, as all nordic examples and tools assume you are using J-Link. Please follow up programming in that thread to avoid duplicating this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/170513?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 08:13:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ec99f93-b479-4628-8d86-f629f6571401</guid><dc:creator>Abhimanyu K K</dc:creator><description>&lt;p&gt;It shows some errors.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1549959188597v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/170083?ContentTypeID=1</link><pubDate>Fri, 08 Feb 2019 09:56:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a953fcb8-d20f-4c89-b233-e0f53a087bdd</guid><dc:creator>Abhimanyu K K</dc:creator><description>&lt;p&gt;Thanks Ashish&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/169912?ContentTypeID=1</link><pubDate>Thu, 07 Feb 2019 12:29:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42372a2e-b703-40ec-aef0-6a33da8590d5</guid><dc:creator>Ashish</dc:creator><description>&lt;p&gt;serial_uartes project exists in sdk v15.2&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/169853?ContentTypeID=1</link><pubDate>Thu, 07 Feb 2019 08:40:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d757f837-2be3-4665-bf10-d620fd198718</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;What do you mean?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/169841?ContentTypeID=1</link><pubDate>Thu, 07 Feb 2019 07:52:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fe8beb1-0e01-4233-8598-5361ba20efe1</guid><dc:creator>Abhimanyu K K</dc:creator><description>&lt;p&gt;No serial_uartes is there, but serial named program is there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/169697?ContentTypeID=1</link><pubDate>Wed, 06 Feb 2019 11:31:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdb835b0-b87b-440e-aec9-3aab6c72a21a</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;The path is stated in the example documentation I linked to:&amp;nbsp;&amp;lt;InstallFolder&amp;gt;\examples\peripheral\serial_uartes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/169693?ContentTypeID=1</link><pubDate>Wed, 06 Feb 2019 10:54:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2c3cde1-34ba-4e78-aaf2-8a77d6174da8</guid><dc:creator>Abhimanyu K K</dc:creator><description>&lt;p&gt;Where is that example??? Pls send the path!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use the 2 UART simultaneously in the nRF52840 based MDBT50Q evaluation board.</title><link>https://devzone.nordicsemi.com/thread/169648?ContentTypeID=1</link><pubDate>Wed, 06 Feb 2019 08:00:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed2147b2-6f02-4f25-9004-b7294c4cfbec</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In principle using two UARTES is no different than using just one.&amp;nbsp;The SDK includes an example which utilizes both UARTES which you can refer to, the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/serial_uartes_example?1970#Preparing"&gt;Serial Port Library Example with two UARTEs&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>