<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>data not updating in the custom app over a ble</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88720/data-not-updating-in-the-custom-app-over-a-ble</link><description>Hello, 
 In my project i am using nr52840 actually its a custom board and i want to send the sensor data to custom app sometimes data updating and sometimes data not updating so but in program its running properly so what will be the problem.??. Please</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Fri, 10 Jun 2022 11:52:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88720/data-not-updating-in-the-custom-app-over-a-ble" /><item><title>RE: data not updating in the custom app over a ble</title><link>https://test-devzone.nordicsemi.com/thread/371870?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 11:52:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e67d9d5a-0f67-4d57-a72b-b17030d29719</guid><dc:creator>user77782</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You didn&amp;#39;t answer the question.&lt;/p&gt;
&lt;p&gt;Which function triggers the error?&amp;nbsp;&lt;span&gt;Are you sure that you are getting the NRF_ERROR_SVC_HANDLER_MISSING in the APP_UART_COMMUNICATION_ERROR event?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What IDE/Toolchain are you using?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What SDK version is this?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Could you add a screenshot, or a debug log/trace that shows the error?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data not updating in the custom app over a ble</title><link>https://test-devzone.nordicsemi.com/thread/371680?ContentTypeID=1</link><pubDate>Thu, 09 Jun 2022 12:55:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:087e5880-3b51-4dc4-b215-8732df7fc6e3</guid><dc:creator>user113739</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;thanks for the reply,&amp;nbsp;&lt;/p&gt;
[quote userid="77782" url="~/f/nordic-q-a/88720/data-not-updating-in-the-custom-app-over-a-ble/371583#371583"]Please enable the&amp;nbsp;EasyDMA (&lt;span&gt;UART_EASY_DMA_SUPPORT set to 1 in sdk_config.h&lt;/span&gt;) if you have not already done that, and see if it&amp;nbsp;improves the situation.[/quote]
&lt;p&gt;I have already done this.&lt;/p&gt;
[quote userid="77782" url="~/f/nordic-q-a/88720/data-not-updating-in-the-custom-app-over-a-ble/371583#371583"]&lt;span&gt;Did you debug, and check where in the code&amp;nbsp;APP_ERROR_CHECK() is triggering? Does it come from&amp;nbsp;the&amp;nbsp;uart_event_handle():&amp;nbsp;APP_UART_COMMUNICATION_ERROR event? If so,&amp;nbsp;&lt;/span&gt;the error is really&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__uarte__hal.html?cp=4_0_0_6_9_0_29_1_1#ga83eec8b883f6b2e77e4baa39b65d9cb0"&gt;NRF_UARTE_ERROR_OVERRUN_MASK&lt;/a&gt;. Please check this by taking a look at the value of&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/structapp__uart__evt__t.html?cp=4_0_0_6_11_57_3_2#ae2f48256edd4052e8273d098bb8249c4"&gt;app_uart_evt_t::error_communication&lt;/a&gt;&amp;nbsp;when the error occurs. As indicated&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uarte.html?cp=2_1_0_34_9_4#register.ERRORSRC"&gt;here&lt;/a&gt;, the value is 1 when the UART is overrun.[/quote]
&lt;p&gt;error code is 0x08, so what i need to do now please assist e to solve this problem&amp;nbsp;&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: data not updating in the custom app over a ble</title><link>https://test-devzone.nordicsemi.com/thread/371583?ContentTypeID=1</link><pubDate>Thu, 09 Jun 2022 08:28:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:623ab543-13f2-4a89-b77e-1c24e0ba0a99</guid><dc:creator>user77782</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Did you debug, and check where in the code&amp;nbsp;APP_ERROR_CHECK() is triggering? Does it come from&amp;nbsp;the&amp;nbsp;uart_event_handle():&amp;nbsp;APP_UART_COMMUNICATION_ERROR event? If so,&amp;nbsp;&lt;/span&gt;the error is really&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__uarte__hal.html?cp=4_0_0_6_9_0_29_1_1#ga83eec8b883f6b2e77e4baa39b65d9cb0"&gt;NRF_UARTE_ERROR_OVERRUN_MASK&lt;/a&gt;. Please check this by taking a look at the value of&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/structapp__uart__evt__t.html?cp=4_0_0_6_11_57_3_2#ae2f48256edd4052e8273d098bb8249c4"&gt;app_uart_evt_t::error_communication&lt;/a&gt;&amp;nbsp;when the error occurs. As indicated&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uarte.html?cp=2_1_0_34_9_4#register.ERRORSRC"&gt;here&lt;/a&gt;, the value is 1 when the UART is overrun.&lt;/p&gt;
&lt;p&gt;Please enable the&amp;nbsp;EasyDMA (&lt;span&gt;UART_EASY_DMA_SUPPORT set to 1 in sdk_config.h&lt;/span&gt;) if you have not already done that, and see if it&amp;nbsp;improves the situation.&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data not updating in the custom app over a ble</title><link>https://test-devzone.nordicsemi.com/thread/371379?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 11:41:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b4bacb5-19b3-4841-8144-2f444133a490</guid><dc:creator>user113739</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;thanks for the reply,&lt;/p&gt;
[quote userid="77782" url="~/f/nordic-q-a/88720/data-not-updating-in-the-custom-app-over-a-ble/371374#371374"]Does it also have the same issue with the&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-mobile"&gt;nRF Connect for Mobile&lt;/a&gt;&amp;nbsp;app/nRF52840DK? [/quote]
&lt;p&gt;yes, sometimes i got [NRF_ERROR_SVC_HANDLER_MISSING] 0x08 so its a uart communication error that is over running error so already i have enable the HW_FLOW_CONTROL and iff i reduce the buadrate it doesn&amp;#39;t work how can i trouble shoot this please let me know.&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: data not updating in the custom app over a ble</title><link>https://test-devzone.nordicsemi.com/thread/371374?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 11:32:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4476f5a1-c28c-4148-9e0c-d565c5be559e</guid><dc:creator>user77782</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does it also have the same issue with the&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-mobile"&gt;nRF Connect for Mobile&lt;/a&gt;&amp;nbsp;app/nRF52840DK? If the issue is in the&amp;nbsp;&lt;span&gt;custom&lt;/span&gt;&amp;nbsp;app, I would suggest seeking help on&amp;nbsp;&lt;a href="https://stackoverflow.com/"&gt;https://stackoverflow.com/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>