<?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>LPC Microcontrollers中的主题 USART difference LPC81x vs LPC82x, TXIDLE</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/USART-difference-LPC81x-vs-LPC82x-TXIDLE/m-p/569732#M17985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by S Kojima on Wed Apr 27 01:33:51 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear fellows,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm doing prototyping for LPC81x by using LPC824MAX.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In one of my recent projects, I'm going to use TXDIDLE interrput report.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that bit missing( Was not implemented in slicon) in LPC81x serise ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as LPCOpen's uart_8xx.h, UART_STAT_TXIDLE is not a part of conditional comlilation that distinguish LPC824 from LPC81x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm going to use TXIDLE to confirm that the last Tx'ed byte has REALLY been transferred and the time needed for that transfer has been REALLY elapsed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If TXDIDLE is not implemented in LPC81x, is ther any reasonable alternative ways to know the time consumed ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Employing another timer (such as SCT or SysTick) will NOT be a solution to me. Those ones are all occupied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:11:28 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:11:28Z</dc:date>
    <item>
      <title>USART difference LPC81x vs LPC82x, TXIDLE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USART-difference-LPC81x-vs-LPC82x-TXIDLE/m-p/569732#M17985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by S Kojima on Wed Apr 27 01:33:51 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear fellows,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm doing prototyping for LPC81x by using LPC824MAX.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In one of my recent projects, I'm going to use TXDIDLE interrput report.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that bit missing( Was not implemented in slicon) in LPC81x serise ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as LPCOpen's uart_8xx.h, UART_STAT_TXIDLE is not a part of conditional comlilation that distinguish LPC824 from LPC81x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm going to use TXIDLE to confirm that the last Tx'ed byte has REALLY been transferred and the time needed for that transfer has been REALLY elapsed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If TXDIDLE is not implemented in LPC81x, is ther any reasonable alternative ways to know the time consumed ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Employing another timer (such as SCT or SysTick) will NOT be a solution to me. Those ones are all occupied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USART-difference-LPC81x-vs-LPC82x-TXIDLE/m-p/569732#M17985</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: USART difference LPC81x vs LPC82x, TXIDLE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USART-difference-LPC81x-vs-LPC82x-TXIDLE/m-p/569733#M17986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by S Kojima on Wed Apr 27 02:30:34 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tiny correction:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uart_8xx.h is correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UART_STAT_TXIDLE exists also on LPC81x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UART_INTEN_TXIDLE (which I wish to have interrupt report feature) is NOT implemented in LPC81x.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And uart_8xx.h properly reflects those.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to do is killing intended time only with USART-related hardware resources and during that term I would like to keep a certain pin at low level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any smart idea ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USART-difference-LPC81x-vs-LPC82x-TXIDLE/m-p/569733#M17986</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: USART difference LPC81x vs LPC82x, TXIDLE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USART-difference-LPC81x-vs-LPC82x-TXIDLE/m-p/569734#M17987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 01:09:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USART-difference-LPC81x-vs-LPC82x-TXIDLE/m-p/569734#M17987</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:09:21Z</dc:date>
    </item>
  </channel>
</rss>

