<?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>PowerQUICC Processors中的主题 MPC8378 DUART value read when RX FIFO is empty</title>
    <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1169865#M3418</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;With MPC8378 DUART module, what value will be read from the RX FIFO if it is empty? (i.e. what is URBR value when ULSR[DR]=0 or UDSR[RXRDY]=1). I'm interested in FIFO mode. Whatever the DMA mode is.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Étienne&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 21:50:01 GMT</pubDate>
    <dc:creator>EAlepins</dc:creator>
    <dc:date>2020-10-19T21:50:01Z</dc:date>
    <item>
      <title>MPC8378 DUART value read when RX FIFO is empty</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1169865#M3418</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;With MPC8378 DUART module, what value will be read from the RX FIFO if it is empty? (i.e. what is URBR value when ULSR[DR]=0 or UDSR[RXRDY]=1). I'm interested in FIFO mode. Whatever the DMA mode is.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Étienne&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 21:50:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1169865#M3418</guid>
      <dc:creator>EAlepins</dc:creator>
      <dc:date>2020-10-19T21:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8378 DUART value read when RX FIFO is empty</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1169991#M3419</link>
      <description>&lt;P&gt;Usually the last character will be read from DUART FIFO if DUART FIFO is empty.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 03:22:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1169991#M3419</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2020-10-20T03:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8378 DUART value read when RX FIFO is empty</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1170331#M3420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your quick answer. Why do you say "usually"? Could you confirm on a board that behavior?&lt;/P&gt;&lt;P&gt;It makes a huge difference in my design. Indeed, I want to process the DUART data without intervention of the core (without interrupts) by using a DMA that will pop at a fixed rate the words received, even if there are no new words. Then SW, will analyze all the words and discard those which are false words. If reading an empty FIFO returns 0x00 or 0xFF for example, then I can manage to never send that kind of data. However, if the last word is returned, then I'll have to make my sent data vary each time to be able to detect false words.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Étienne&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 12:00:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1170331#M3420</guid>
      <dc:creator>EAlepins</dc:creator>
      <dc:date>2020-10-20T12:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8378 DUART value read when RX FIFO is empty</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1170643#M3421</link>
      <description>&lt;P&gt;Data from empty FIFO is not specified.&lt;/P&gt;
&lt;P&gt;Use the UFCR register for setting a receiver FIFO trigger level to control the received data available interrupt, and select the type of DMA signaling.&lt;/P&gt;
&lt;P&gt;See the Section 22.3.1.6 in the MPC8379 Reference Manual.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 02:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1170643#M3421</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2020-10-21T02:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8378 DUART value read when RX FIFO is empty</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1170990#M3423</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;Data from empty FIFO is not specified.&lt;/PRE&gt;&lt;P&gt;That's the point. That's why I am opening a support question. Could you ask design team what the behavior is?&lt;/P&gt;&lt;P&gt;UFCR[RTL] won't help since in my system won't use interrupts. It will rather use a timer-controlled DMA which will pull-out of the DUART's RX FIFO bytes at the same rate as the rate on the physical line. That's the only method we found to avoid SW overhead and complexity of using interrupts that frequently switches the applications context to/from an ISR.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Étienne&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 12:14:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/MPC8378-DUART-value-read-when-RX-FIFO-is-empty/m-p/1170990#M3423</guid>
      <dc:creator>EAlepins</dc:creator>
      <dc:date>2020-10-21T12:14:56Z</dc:date>
    </item>
  </channel>
</rss>

