<?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>regarding uart with 4800 baud rate</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76862/regarding-uart-with-4800-baud-rate</link><description>hello i am trying to interface RN8209c ic with nrf52832 using uart communication with sdk 15.2 
 uint8_t readbuf[50]; 
 uint32_t err_code; 
 uint8_t buf[10]; buf[0]=0x7f; uint8_t buf_len=0; uint8_t buf_r[10]; nrf_drv_uart_config_t cfg = NRF_DRV_UART_DEFAULT_CONFIG;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Jul 2021 06:57:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76862/regarding-uart-with-4800-baud-rate" /><item><title>RE: regarding uart with 4800 baud rate</title><link>https://devzone.nordicsemi.com/thread/318096?ContentTypeID=1</link><pubDate>Thu, 01 Jul 2021 06:57:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3db2b888-07e6-4238-a342-0b8b71d003d0</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;It is still unclear to me if your sensor is transmitting this 4 bytes and the nRF UART is not receiving them?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If your sensor is still transmitting only 1 byte (similar to your use case of app_uart_put, then &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fgroup__nrf__drv__uart.html&amp;amp;anchor=ga4a3b2215181a0a0956ed945a687f68a2"&gt;nrf_drv_uart_rx &lt;/a&gt;will not change that. And you will not get an event from uart unless you get those 4 bytes from the receiver. I would still like to see that the issue you are seeing is in fact in the Nordic side and not at the peer side. This I can only be sure if I can see that your peer is transmitting 4 bytes but nRF is not able to receive them. Can you please check if you can attach some pin sniffing logs so that I can see what the peer sent?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: regarding uart with 4800 baud rate</title><link>https://devzone.nordicsemi.com/thread/317958?ContentTypeID=1</link><pubDate>Wed, 30 Jun 2021 12:15:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33d57785-8a7b-4656-a686-438bdcbf81da</guid><dc:creator>manikandan</dc:creator><description>&lt;p&gt;yes,but when i use app_uart_put&amp;nbsp; to send my tx value i can get the excepted value of rx but only one byte&amp;nbsp;i want to get all my rx values using this&amp;nbsp;&lt;span&gt;nrf_drv_uart_rx(&amp;amp;app_uart_inst, (uint8_t*)buf_r, 4);&amp;nbsp; my sensor will give maxium values of 4 bytes at a time&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: regarding uart with 4800 baud rate</title><link>https://devzone.nordicsemi.com/thread/317949?ContentTypeID=1</link><pubDate>Wed, 30 Jun 2021 11:44:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b1dad12-f214-452d-a303-2c966bc791cd</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;So your device is not receiving 4 bytes as expected. Are you sure that the peer serial device has transmitted the 4 bytes you are waiting for here? Do you have any logic analyzer or any other probe to sniff the TX and RX pins and can you please show that pin trace snapshot here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>