<?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 ProcessorsのトピックImx6 ESAI TX FIFO empty interrupt - is it possible?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Imx6-ESAI-TX-FIFO-empty-interrupt-is-it-possible/m-p/378985#M54417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Is it possible to generate an interrupt when ESAI TX FIFO gets empty without sdma system usage?&lt;/P&gt;&lt;P&gt;As far as I understand from documentation - TX FIFO Empty event can only trigger an sdma request and it looks like I should write special sdma script to issue an interrupt (interrupt 34?)&lt;/P&gt;&lt;P&gt;May be it is possible to generate an interrupt somehow without using an sdma system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2014 00:25:09 GMT</pubDate>
    <dc:creator>sergeydanilov</dc:creator>
    <dc:date>2014-12-29T00:25:09Z</dc:date>
    <item>
      <title>Imx6 ESAI TX FIFO empty interrupt - is it possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx6-ESAI-TX-FIFO-empty-interrupt-is-it-possible/m-p/378985#M54417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Is it possible to generate an interrupt when ESAI TX FIFO gets empty without sdma system usage?&lt;/P&gt;&lt;P&gt;As far as I understand from documentation - TX FIFO Empty event can only trigger an sdma request and it looks like I should write special sdma script to issue an interrupt (interrupt 34?)&lt;/P&gt;&lt;P&gt;May be it is possible to generate an interrupt somehow without using an sdma system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 00:25:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx6-ESAI-TX-FIFO-empty-interrupt-is-it-possible/m-p/378985#M54417</guid>
      <dc:creator>sergeydanilov</dc:creator>
      <dc:date>2014-12-29T00:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Imx6 ESAI TX FIFO empty interrupt - is it possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx6-ESAI-TX-FIFO-empty-interrupt-is-it-possible/m-p/378986#M54418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sergeydanilov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right, TX FIFO Empty event may be generated only with sdma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 01:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx6-ESAI-TX-FIFO-empty-interrupt-is-it-possible/m-p/378986#M54418</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-12-29T01:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Imx6 ESAI TX FIFO empty interrupt - is it possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx6-ESAI-TX-FIFO-empty-interrupt-is-it-possible/m-p/378987#M54419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please clear up this info from the manual (signed with bold):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------&lt;/P&gt;&lt;P&gt;25.6.9 Transmit Data Register n (ESAI_TXn)&lt;/P&gt;&lt;P&gt;ESAI_TX5, ESAI_TX4, ESAI_TX3, ESAI_TX2, ESAI_TX1 and ESAI_TX0 are 32-bit&lt;/P&gt;&lt;P&gt;write-only registers. Data to be transmitted is written into these registers and is&lt;/P&gt;&lt;P&gt;automatically transferred to the transmit shift registers (Figure 25-2 and Figure 25-3).&lt;/P&gt;&lt;P&gt;The data written (8, 12, 16, 20, or 24 bits) should occupy the most significant portion of&lt;/P&gt;&lt;P&gt;the TXn according to the ALC control bit setting. The unused bits (least significant&lt;/P&gt;&lt;P&gt;portion and the 8 most significant bits when ALC=1) of the TXn are don't care bits. &lt;STRONG&gt;The&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Core is interrupted whenever the TXn becomes empty if the transmit data register empty&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interrupt has been enabled.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-----------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is - what does the sentence "TXn becomes empty" exactly mean? No more data in TX FIFO to fill up this transmit data register? Or interrupt issued just every time when every enabled transmitter actually transmits data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 01:29:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx6-ESAI-TX-FIFO-empty-interrupt-is-it-possible/m-p/378987#M54419</guid>
      <dc:creator>sergeydanilov</dc:creator>
      <dc:date>2014-12-29T01:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Imx6 ESAI TX FIFO empty interrupt - is it possible?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx6-ESAI-TX-FIFO-empty-interrupt-is-it-possible/m-p/378988#M54420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this means that at least one of the enabled transmit data registers is empty (TDE=1),&lt;/P&gt;&lt;P&gt;check Figure 25-1. ESAI Block Diagram, sect.25.4.2 ESAI Interrupt Requests&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 01:47:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx6-ESAI-TX-FIFO-empty-interrupt-is-it-possible/m-p/378988#M54420</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-12-29T01:47:41Z</dc:date>
    </item>
  </channel>
</rss>

