<?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>NRF52833 UART FİFO FİLL</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83854/nrf52833-uart-f-fo-f-ll</link><description>Hi I work with ble on nrf52833 I want to send my collected ble datas with uart1.In my code poll out working but fifo fill doesn&amp;#39;t work. Any basic simple for fifo fifo fill? When I tried printk I readed my datas with uart0. 
 
 My code: 
 
 
 const struct</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Jan 2022 08:31:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83854/nrf52833-uart-f-fo-f-ll" /><item><title>RE: NRF52833 UART FİFO FİLL</title><link>https://devzone.nordicsemi.com/thread/349686?ContentTypeID=1</link><pubDate>Wed, 26 Jan 2022 08:31:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69e5b795-cd1c-4124-bd65-720cd31912c2</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Great news. I will consider the case closed then&amp;nbsp; &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52833 UART FİFO FİLL</title><link>https://devzone.nordicsemi.com/thread/349440?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 08:25:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9ecc71f-1090-4a57-b845-cd10ab0f86b0</guid><dc:creator>Mmterkc</dc:creator><description>&lt;p&gt;Thanks It worked&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52833 UART FİFO FİLL</title><link>https://devzone.nordicsemi.com/thread/349433?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 08:19:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cc94c16-1d5a-432e-952c-ed30ac674f60</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What if you set CONFIG_UART_INTERRUPT_DRIVEN=n ?&lt;/p&gt;
&lt;p&gt;Then you should be able to use the standard API, including uart_tx().&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I made a small example &lt;a href="https://github.com/too1/ncs-uart-async-count-rx"&gt;here&lt;/a&gt; showing how to use the UART driver in ASYNC mode.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52833 UART FİFO FİLL</title><link>https://devzone.nordicsemi.com/thread/349134?ContentTypeID=1</link><pubDate>Mon, 24 Jan 2022 08:05:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:059ea66e-ea6f-4937-b38b-f8b6fc6837a4</guid><dc:creator>Mmterkc</dc:creator><description>&lt;p&gt;I checked&amp;nbsp;uart_irq_tx_ready() function it return 0 but I don&amp;#39;t have infinite loop. &lt;a href="https://devzone.nordicsemi.com/members/ovrebekk"&gt;ovrebekk&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52833 UART FİFO FİLL</title><link>https://devzone.nordicsemi.com/thread/348827?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 05:51:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ef134c3-31a6-411d-8d69-3f6902b5825c</guid><dc:creator>Mmterkc</dc:creator><description>&lt;p&gt;Hi, I tried uart_tx() function but it doesn&amp;#39;t work. If any using ble and uart_fifo_fill, I can see where I did mistake in code. &lt;a href="https://devzone.nordicsemi.com/members/ovrebekk"&gt;ovrebekk&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52833 UART FİFO FİLL</title><link>https://devzone.nordicsemi.com/thread/348760?ContentTypeID=1</link><pubDate>Thu, 20 Jan 2022 14:51:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:948d12b0-fc91-4cb7-8feb-1198a8270e9c</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you tried to use the uart_tx() function instead?&lt;/p&gt;
&lt;p&gt;There are quite a lot of restrictions regarding when you can use the uart_fifo_fill() function, as explained in the &lt;a href="https://docs.zephyrproject.org/latest/reference/peripherals/uart.html#c.uart_fifo_fill"&gt;API documentation&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>