<?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 problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45728/uart-problem</link><description>Hi, 
 
 I am having problem with UART on both NRF52 Devkit nad NRF52480 dongle. If I start from the example: 
 nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart 
 changing there uart parameters: 
 
 shortcutting the pins and connecting with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Apr 2022 11:25:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45728/uart-problem" /><item><title>RE: UART problem</title><link>https://devzone.nordicsemi.com/thread/361483?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2022 11:25:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39f8a7bc-a138-4a6e-b3c1-6b219fb7d72d</guid><dc:creator>steelman.kwon</dc:creator><description>&lt;p&gt;Thank you for answer.&lt;br /&gt;The problem I had has been resolved.&lt;br /&gt;I checked and it was a different issue.&lt;br /&gt;I was having a problem using NFC (pin 0.09, pin 0.10)pins as a UART pin.&lt;br /&gt;Now it has been resolved.&lt;/p&gt;
&lt;p&gt;Thank&amp;nbsp;you, Vidar Berg ^^&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART problem</title><link>https://devzone.nordicsemi.com/thread/361427?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2022 08:50:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:458a17ea-3336-4655-956e-a3778562c737</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/steelman.kwon"&gt;steelman.kwon&lt;/a&gt;, please create a new ticket where you include more details about your setup. If you always get APP_UART_COMMUNICATION_ERROR, then maybe there is a mismatch between the buadrate used on the sender and receiver? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART problem</title><link>https://devzone.nordicsemi.com/thread/361322?ContentTypeID=1</link><pubDate>Sat, 02 Apr 2022 04:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f3425fa-9e56-4f53-ad82-c66eb5e00e86</guid><dc:creator>steelman.kwon</dc:creator><description>&lt;p&gt;I have the same problem.&lt;br /&gt;ERROR does not occur because Vidar Berg&amp;#39;s answer is applied, but if APP_UART_COMMUNICATION_ERROR is commented out, UART RX does not work. The uart_event_handle interrupt does not occur during data transmission.&lt;br /&gt;Please give me a good advice.&lt;/p&gt;
&lt;div style="left:151px;position:absolute;top:36px;" id="gtx-trans"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART problem</title><link>https://devzone.nordicsemi.com/thread/180700?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2019 10:10:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d987ec6d-5ffe-4aac-9268-27f25913edea</guid><dc:creator>pacaj2am</dc:creator><description>&lt;p&gt;Will try that in the evening. But I ahve connected those with a jumper wire, so there should be nothing waiting there....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART problem</title><link>https://devzone.nordicsemi.com/thread/180659?ContentTypeID=1</link><pubDate>Mon, 08 Apr 2019 08:19:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38791ac7-8018-4d28-ab4f-ca7291d1955a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Based on the error message it looks like you are getting a framing error (&lt;a href="https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/uarte?1233#register.ERRORSRC"&gt;UARTE.ERRORSRC&lt;/a&gt;). This can happen when flow&amp;nbsp;control is disabled, and data is sent too fast. Please try to comment out following lines in main.c:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;case APP_UART_COMMUNICATION_ERROR:&lt;br /&gt;APP_ERROR_HANDLER(p_event-&amp;gt;data.error_communication); // invokes app error handler if&amp;nbsp;&lt;span&gt;p_event-&amp;gt;data.error_communication != 0.&lt;/span&gt;&lt;br /&gt;break;&lt;/p&gt;
&lt;p&gt;Note: invalid&amp;nbsp;UART packets will be dropped.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART problem</title><link>https://devzone.nordicsemi.com/thread/180615?ContentTypeID=1</link><pubDate>Sun, 07 Apr 2019 18:33:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8a885ad-3ad4-4e56-a4f9-be0702f42dca</guid><dc:creator>pacaj2am</dc:creator><description>&lt;p&gt;Bought now 2nd board and it has the same issue, keeping in hard fault after UART initialisation :-(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART problem</title><link>https://devzone.nordicsemi.com/thread/180572?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2019 20:04:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f1c7c82-94c5-4726-a910-81462c81c8e5</guid><dc:creator>pacaj2am</dc:creator><description>&lt;p&gt;This is the output:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;error&amp;gt; app: ERROR 4 [NRF_ERROR_NO_MEM] at C:\nsc\my_prj\examples\ble_peripheral\my_ble_app_uart\main.c:560
PC at: 0x0002EC85
&amp;lt;error&amp;gt; app: End of error report&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I am using Segger&amp;nbsp;Release 4.12&amp;nbsp;&amp;nbsp;Build 2018112601.37855&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART problem</title><link>https://devzone.nordicsemi.com/thread/180460?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2019 10:05:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5064f49f-af63-4e4f-8c52-186e42312160</guid><dc:creator>Dmitry</dc:creator><description>&lt;p&gt;NULL is understood by chip as pin 0, use NRF_UART_PSEL_DISCONNECTED instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART problem</title><link>https://devzone.nordicsemi.com/thread/180452?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2019 09:11:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ca265df-5c14-439e-9e02-f5d83cb97de0</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This should work. Are you using Segger Embedded Studio?&amp;nbsp;In that case,&amp;nbsp;please select the &amp;quot;Debug&amp;quot; target from the drop-down menu in the top left corner, then start a debug session. The console window will print out error information in case there is a code assert that causes the disconnect.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>