<?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>NRF52840-Dongle PCA10059, UART problem.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53534/nrf52840-dongle-pca10059-uart-problem</link><description>Hello everybody. 
 I have been working on nRF52840 for a time. I am trying to flash the chip with ble_app_uart_c (SDK 15.3.0). I have applied everything essential, but my dongle restarts consecutively. I want to use 0.24 as TX pin. I have edited pca10059</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Oct 2019 10:25:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53534/nrf52840-dongle-pca10059-uart-problem" /><item><title>RE: NRF52840-Dongle PCA10059, UART problem.</title><link>https://devzone.nordicsemi.com/thread/216795?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2019 10:25:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:094416dc-59d3-444a-9a71-67b5f2d2c5f2</guid><dc:creator>cann0021</dc:creator><description>&lt;p&gt;Thank you so much. This is the solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840-Dongle PCA10059, UART problem.</title><link>https://devzone.nordicsemi.com/thread/216633?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2019 13:02:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b9845cd-48c1-4fb0-ad1e-ed4fb27075db</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Can you read out the actual content of&amp;nbsp;PSEL.RX register:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/uarte.html?cp=3_0_0_5_33_8_25#register.PSEL.RXD"&gt;https://infocenter.nordicsemi.com/topic/ps_nrf52840/uarte.html?cp=3_0_0_5_33_8_25#register.PSEL.RXD&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think you should use&amp;nbsp;UART_PIN_DISCONNECTED instead of NULL.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840-Dongle PCA10059, UART problem.</title><link>https://devzone.nordicsemi.com/thread/216628?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2019 12:51:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58888e5e-bdea-4cfc-b456-4252fe7e01f1</guid><dc:creator>cann0021</dc:creator><description>&lt;p&gt;I am using only TX. RX is defined as NULL in my board&amp;#39;s header (.h) file. No need to use RX in my case. Will it still&amp;nbsp;cause a problem ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840-Dongle PCA10059, UART problem.</title><link>https://devzone.nordicsemi.com/thread/216589?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2019 11:27:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de25d521-36ac-4289-967d-7bc8e01c8c66</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I assume it is combination of BREAK and FRAMING error:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52833/uarte.html?cp=3_1_0_5_31_8_20#register.ERRORSRC"&gt;https://infocenter.nordicsemi.com/topic/ps_nrf52833/uarte.html?cp=3_1_0_5_31_8_20#register.ERRORSRC&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is common to get if RXD is floating (not connected logic high).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840-Dongle PCA10059, UART problem.</title><link>https://devzone.nordicsemi.com/thread/216567?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2019 10:34:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a2f3b32-4efa-4cb2-aaa2-aaef21ce7d62</guid><dc:creator>cann0021</dc:creator><description>&lt;p&gt;Hi, thank you for&amp;nbsp;the response. The error I am getting occurs in&amp;nbsp;uart_event_handle() function and in&amp;nbsp;APP_UART_COMMUNICATION_ERROR case. When I print the error code I observe 12(decimal). What does &amp;quot;12&amp;quot; mean ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840-Dongle PCA10059, UART problem.</title><link>https://devzone.nordicsemi.com/thread/216419?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2019 14:34:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8195a59-7112-40c9-89e9-baf178e8e9bd</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi, try to add a pull-up on the RX pin. That said,&amp;nbsp;seems you have an assert, so check out these tutorial on how to add DEBUG to find the file name and line number for the assert:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/an-introduction-to-error-handling-in-nrf5-projects"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/an-introduction-to-error-handling-in-nrf5-projects&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>