<?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>52840 At 1Mbps, UART will lose data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78973/52840-at-1mbps-uart-will-lose-data</link><description>At 1Mbps, UART will lose data when receiving. When I set it to 230400bps, it works well. I looked at the SDK code and found that too much time was spent in the receiving code, resulting in data loss. Can you provide the code of UART register directly</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Aug 2021 11:01:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78973/52840-at-1mbps-uart-will-lose-data" /><item><title>RE: 52840 At 1Mbps, UART will lose data</title><link>https://devzone.nordicsemi.com/thread/327177?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 11:01:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:096f1381-b7d7-4ed3-995e-d29a9f3e77ef</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;I might depend on which uart driver you are using. Have you looked at &lt;span&gt;&lt;a title="Libuarte - advanced UARTE driver" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/lib_libuarte.html?cp=8_1_3_28"&gt;Libuarte - advanced UARTE driver&lt;/a&gt;&lt;/span&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52840 At 1Mbps, UART will lose data</title><link>https://devzone.nordicsemi.com/thread/327055?ContentTypeID=1</link><pubDate>Sat, 28 Aug 2021 03:10:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1db253b-07a0-4e08-a4c0-343e26918d3a</guid><dc:creator>can23</dc:creator><description>&lt;p&gt;There are too many codes processed in the interrupt. I think as long as there is data and the interrupt can read the data from the receiving register, and then the processing can be handed over to the user, unlike SDK, which is not a good code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 52840 At 1Mbps, UART will lose data</title><link>https://devzone.nordicsemi.com/thread/326746?ContentTypeID=1</link><pubDate>Thu, 26 Aug 2021 11:18:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c47561c4-d8eb-4283-8685-57ff0f3b1ee2</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to enable Hardware flow control so that uart is halted if the cpu isn&amp;#39;t able to service it fast enough.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>