<?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>Is there a way to use UART0 without interrupts?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25136/is-there-a-way-to-use-uart0-without-interrupts</link><description>Hi,
In Nordic nRF51822, (please correct me if I am wrong), after I transmit 1 byte of data (since the transmit fifo is 1 byte long and receive fifo is 6 bytes long), I can transmit the next byte only after I get an event telling me that the TX has happened</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Sep 2017 01:04:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25136/is-there-a-way-to-use-uart0-without-interrupts" /><item><title>RE: Is there a way to use UART0 without interrupts?</title><link>https://devzone.nordicsemi.com/thread/99019?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2017 01:04:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a5a007d-3981-4b85-b319-960eace27b26</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;no there isn&amp;#39;t.  buy why is this a problem you just add a while loop between each character you send out which spins until TXRDY is set.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to use UART0 without interrupts?</title><link>https://devzone.nordicsemi.com/thread/99018?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2017 00:56:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99bcba48-050f-4270-afe1-b6b9b580dabc</guid><dc:creator>nordicdev</dc:creator><description>&lt;p&gt;Hi RK, thanks for the reply. Sorry about not being clear. My question was: is there a way to continously transmit via uart0 without worrying about checking for TXRDY event?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to use UART0 without interrupts?</title><link>https://devzone.nordicsemi.com/thread/99017?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2017 00:28:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddec27d0-57de-495f-bc31-795c571918ee</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;If you are checking the TXRDY event has been set and waiting until it is set, how could you possibly be transmitting a byte before it&amp;#39;s set?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>