<?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>No Start Bit in UART (nRF51822)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12994/no-start-bit-in-uart-nrf51822</link><description>Dear all, 
 I make a simple test on the UART0, putting the code in &amp;#39;simple_uart.c&amp;#39; to my main.c. When I send out a character &amp;#39;A&amp;#39;, 0x41. From the CRO timing, it appears that the START bit is lost. Please help as the receiver MCU cannot extract the data</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Apr 2016 14:49:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12994/no-start-bit-in-uart-nrf51822" /><item><title>RE: No Start Bit in UART (nRF51822)</title><link>https://devzone.nordicsemi.com/thread/49517?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 14:49:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a211a14-d1b1-40d4-aee1-cadb6d565338</guid><dc:creator>Manuel Kwong</dc:creator><description>&lt;p&gt;wrong on the endian arrangement, the waveform is correct, problem solved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No Start Bit in UART (nRF51822)</title><link>https://devzone.nordicsemi.com/thread/49516?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 13:09:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:467ee727-fab4-4f3f-b68f-a27cedd2ef4e</guid><dc:creator>Manuel Kwong</dc:creator><description>&lt;p&gt;Dear awneil,&lt;/p&gt;
&lt;p&gt;Picture is attached above, the delta t is 1.874ms and it is 9 bit data with my setting being 4800 baudrate (using the constant provided in nrf51_bitfields.h:
#define UART_BAUDRATE_BAUDRATE_Baud4800 (0x0013B000UL) /*!&amp;lt; 4800 baud. */
it is correct setting to be 4800. My data sending out is 0x41, so the first bit &amp;#39;0&amp;#39; is data bit, not start bit but adding the 9th bit at trail. It is strange that I set the CONFIG register to be 0x00.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: No Start Bit in UART (nRF51822)</title><link>https://devzone.nordicsemi.com/thread/49515?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 10:05:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d834ecdb-2564-44aa-a2c5-25578c2ab27c</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;What makes you say that the start bit is lost?&lt;/p&gt;
&lt;p&gt;Can you post an oscilloscope or logic analyser plot of the signal?&lt;/p&gt;
&lt;p&gt;Are you sure you have correctly configured the baud rate ... ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>