<?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 uart receiving packets missing some bytes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106391/nrf52840-uart-receiving-packets-missing-some-bytes</link><description>Hi, 
 I am sending data from STM32 to nrf52840 via uart same baudrate 
 
 In nrf uart init this way 
 app_uart_comm_params_t const comm_params = 
 { 
 UART_APP_RX, 
 UART_APP_TX, 
 0 , 
 0 , 
 APP_UART_FLOW_CONTROL_DISABLED , 
 false , 
 #if defined </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Dec 2023 10:46:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106391/nrf52840-uart-receiving-packets-missing-some-bytes" /><item><title>RE: nrf52840 uart receiving packets missing some bytes</title><link>https://devzone.nordicsemi.com/thread/459332?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2023 10:46:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b99b7a8c-3d97-48a3-8d16-aaf42f4744f0</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Did you try implementing flow control as suggested by the other commenter?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, it&amp;#39;s always nice to double check that the transmitter actually sends the data correctly by probing the data lines with a logic analyzer.&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 uart receiving packets missing some bytes</title><link>https://devzone.nordicsemi.com/thread/459279?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2023 07:29:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba8e6c0b-16de-4aa6-8801-311d35db3160</guid><dc:creator>manobala12</dc:creator><description>&lt;p&gt;Hi Turbo,&lt;/p&gt;
&lt;p&gt;I check this&amp;nbsp;NRF_UARTE_BAUDRATE_115200 its working properly but i increase baudrate to&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;NRF_UARTE_BAUDRATE_230400 this but same error is repeating&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;lt;info&amp;gt; app: UART COMM ERROR&lt;br /&gt;00&amp;gt;&lt;br /&gt;00&amp;gt;&lt;br /&gt;00&amp;gt; &amp;lt;info&amp;gt; app: UART COMM ERROR&lt;br /&gt;00&amp;gt;&lt;br /&gt;00&amp;gt;&lt;br /&gt;00&amp;gt; &amp;lt;info&amp;gt; app: UART COMM ERROR&lt;br /&gt;00&amp;gt;&lt;br /&gt;00&amp;gt;&lt;br /&gt;00&amp;gt; &amp;lt;info&amp;gt; app: UART COMM ERROR&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;From which baudrate Flow control is mandatory can you explain&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 uart receiving packets missing some bytes</title><link>https://devzone.nordicsemi.com/thread/459130?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2023 10:08:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f88fa0a-6896-4ba6-aa56-61bab058e771</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Flow control signals are mandatory at high baud rates for the UART to work properly. You will get FIFO overflows otherwise.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>