<?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>Cannot receive UART on ble_app_uart with nRF52382</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23641/cannot-receive-uart-on-ble_app_uart-with-nrf52382</link><description>I am running the ble_app_uart example in SDK 13.0 with nRF52382. 
 
 First issue 
 
 The app can receive data via UART only when I use &amp;quot;Termite&amp;quot; as a terminal emulator. If I use &amp;quot;TeraTerm&amp;quot;, &amp;quot;Putty&amp;quot; and &amp;quot;RealTerm&amp;quot; to send data, it seems that APP_UART_DATA_READY</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jul 2017 01:45:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23641/cannot-receive-uart-on-ble_app_uart-with-nrf52382" /><item><title>RE: Cannot receive UART on ble_app_uart with nRF52382</title><link>https://devzone.nordicsemi.com/thread/92922?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 01:45:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da2bb0ed-daef-4043-9f6e-16b29732cd7e</guid><dc:creator>Akinobu Yokawa</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot receive UART on ble_app_uart with nRF52382</title><link>https://devzone.nordicsemi.com/thread/92925?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 09:06:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ad32c59-bcd2-411d-baa9-89bc1c7de901</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Yes, the nRF52832 &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uart.html?cp=2_1_0_49_8#concept_j5c_bsw_sr"&gt;support even parity&lt;/a&gt; (odd parity is not supported).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot receive UART on ble_app_uart with nRF52382</title><link>https://devzone.nordicsemi.com/thread/92926?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 08:58:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c678adf-376f-454b-acaf-c495f1988392</guid><dc:creator>Akinobu Yokawa</dc:creator><description>&lt;p&gt;Thanks. I have checked it. The value of &lt;code&gt;app_uart_evt_t.data.error_communication&lt;/code&gt; is 0x2 (parity error). Does nRF52832 support even parity for UART?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot receive UART on ble_app_uart with nRF52382</title><link>https://devzone.nordicsemi.com/thread/92928?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 08:34:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac73bd7d-6e96-4562-a29a-7a6b7d5495ae</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Please check the error source in &lt;code&gt;app_uart_evt_t.data.error_communication&lt;/code&gt; when receiving &lt;code&gt;APP_UART_COMMUNICATION_ERROR&lt;/code&gt; event, and compare this to the explanation of the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uart.html?cp=2_1_0_49_9_3#register.ERRORSRC"&gt;ERRORSRC register&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot receive UART on ble_app_uart with nRF52382</title><link>https://devzone.nordicsemi.com/thread/92923?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 04:56:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c820459-e198-441c-8751-5967e3781602</guid><dc:creator>Akinobu Yokawa</dc:creator><description>&lt;p&gt;In the case of first issue, I have found the cause. I did not put LF at the end of sending data from terminal emulator other than &amp;quot;Termite&amp;quot;. So the event APP_UART_DATA_READY occurred, but data was not relayed via BLE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot receive UART on ble_app_uart with nRF52382</title><link>https://devzone.nordicsemi.com/thread/92924?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 02:52:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4baa5f55-24b8-4e48-8509-d4a5396d805f</guid><dc:creator>Akinobu Yokawa</dc:creator><description>&lt;p&gt;In the case of second issue, the event APP_UART_COMMUNICATION_ERROR was occurred in &lt;code&gt;uart_error_handle()&lt;/code&gt;. nrf_drv_uart.c detected NRF_UARTE_EVENT_ERROR in &lt;code&gt;uarte_irq_handler&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot receive UART on ble_app_uart with nRF52382</title><link>https://devzone.nordicsemi.com/thread/92927?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 09:35:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ffac58f-d31a-4ab0-97cf-169407b4dd9f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you tried &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/"&gt;debugging&lt;/a&gt;, to check for any error codes from your function calls?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>