<?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>UART inserting extra data into stream</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52994/uart-inserting-extra-data-into-stream</link><description>I am implementing a serial transmitter using the nrf_serial library from the nRF5 SDK 15.3.0. The application is very similar to a serially addressable LED string. 
 My serial instance is initialized as follows: 
 
 
 I&amp;#39;m running into issues with the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Oct 2019 14:23:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52994/uart-inserting-extra-data-into-stream" /><item><title>RE: UART inserting extra data into stream</title><link>https://devzone.nordicsemi.com/thread/213968?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 14:23:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23ce1931-3b97-4d20-bcca-d4146e8fcd8f</guid><dc:creator>kevinc</dc:creator><description>&lt;p&gt;Hi Bj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;I think I&amp;#39;ve figured out my issue. The UART seems to be inserting stop bits after every 8 bits transmitted. I think I&amp;#39;ll have to bit-bang the output to get the signal I need.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kevin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART inserting extra data into stream</title><link>https://devzone.nordicsemi.com/thread/213933?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 13:14:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a35ed488-4c26-43e5-b61f-bd17820e9d04</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi kevin,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;could you share the project so that I can try to reproduce the issue on a nRF52832 DK and examine the output with a logic analyzer?&amp;nbsp; Its a bit hard to accurately decode the output just from a screenshot.&lt;/p&gt;
&lt;p&gt;Best regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART inserting extra data into stream</title><link>https://devzone.nordicsemi.com/thread/213751?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 21:16:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d57443a-20d4-4bd1-b6dc-ddb63bb856dc</guid><dc:creator>kevinc</dc:creator><description>&lt;p&gt;As a follow up, I&amp;#39;m starting the UART transmission as follows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;APP_ERROR_CHECK(nrf_serial_init(&amp;amp;m_serialUart,&amp;amp;m_uart0_drv_config,&amp;amp;m_serial));
APP_ERROR_CHECK(nrf_serial_write(&amp;amp;m_serialUart,txFrameData,(size_t)4,NULL,500));&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>