<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX RT Crossover MCUsのトピックLPUART Free elements in TX fifo API call.</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LPUART-Free-elements-in-TX-fifo-API-call/m-p/1055388#M8179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking in the documentation for a function that returns the free elements in the LPUART TX fifo.&lt;/P&gt;&lt;P&gt;So I know how many data element to write in the interrupt function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please tell me where I can find it.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2020 14:15:27 GMT</pubDate>
    <dc:creator>e_v_spronsen</dc:creator>
    <dc:date>2020-06-04T14:15:27Z</dc:date>
    <item>
      <title>LPUART Free elements in TX fifo API call.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LPUART-Free-elements-in-TX-fifo-API-call/m-p/1055388#M8179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking in the documentation for a function that returns the free elements in the LPUART TX fifo.&lt;/P&gt;&lt;P&gt;So I know how many data element to write in the interrupt function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please tell me where I can find it.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 14:15:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LPUART-Free-elements-in-TX-fifo-API-call/m-p/1055388#M8179</guid>
      <dc:creator>e_v_spronsen</dc:creator>
      <dc:date>2020-06-04T14:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART Free elements in TX fifo API call.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LPUART-Free-elements-in-TX-fifo-API-call/m-p/1055389#M8180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there isn't any API that gives you this information. This is because within the FIFO register of the LPUART, there isn't any information that tells you either how many elements the FIFO exactly has or how many empty spaces are.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;- If this post answers your question, please click the "Mark Correct"button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;/P&gt;&lt;P&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2020 18:51:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LPUART-Free-elements-in-TX-fifo-API-call/m-p/1055389#M8180</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2020-06-08T18:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART Free elements in TX fifo API call.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LPUART-Free-elements-in-TX-fifo-API-call/m-p/1055390#M8181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't use my my full name on the Internet! Who want to end in a search about the element used in a TX register!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the only way to empty the TX register is a while not empty loop? That is not really sophisticated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 06:03:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LPUART-Free-elements-in-TX-fifo-API-call/m-p/1055390#M8181</guid>
      <dc:creator>e_v_spronsen</dc:creator>
      <dc:date>2020-06-09T06:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART Free elements in TX fifo API call.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LPUART-Free-elements-in-TX-fifo-API-call/m-p/1055391#M8182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, if you want to know exactly how many free spaces you have on the TX FIFO you will have to implement something like a while not empty loop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Victor&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 02:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LPUART-Free-elements-in-TX-fifo-API-call/m-p/1055391#M8182</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2020-06-12T02:11:16Z</dc:date>
    </item>
  </channel>
</rss>

