<?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>topic Re: Is there a mistake in lpc11u14 USB CCID App Note in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-there-a-mistake-in-lpc11u14-USB-CCID-App-Note/m-p/530063#M9933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lazrotoo on Thu Oct 24 18:14:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Disregard my request - I have located. Now working on resolving your questions myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So far the AN says the clock should be on P0.17 but the config.h file shows this should be P0.14&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now to figure out what "Card Activity " and "Power Enable" mean!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:31:09 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:31:09Z</dc:date>
    <item>
      <title>Is there a mistake in lpc11u14 USB CCID App Note</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-there-a-mistake-in-lpc11u14-USB-CCID-App-Note/m-p/530061#M9931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fatih.dcakmak on Tue May 07 12:32:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;Hello I'am working on an USB Smart Card Reader Project, According to that I have stared to work with LPC Expresso LPC11U14 Board, and application note AN11121. Everything was fine up to today. Now I'am trying to done shematics but I am realy confused.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This pin definations on software, &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;/* Configuration for miscellaneous GPIO for Smart Card, assuming all GPIO on same port */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define SC_GPIO &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LPC_GPIO&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define POWER_ENABLE &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(_BV(13)) /* P1.11 */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define POWER_ENABLE_IOCON &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PIO1_13&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define CARD_DETECT &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (_BV(14)) /* P1.10 */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define CARD_DETECT_IOCON &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PIO1_14&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define CARD_ACTIVITY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (_BV(15)) /* P1.9 */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define CARD_ACTIVITY_IOCON &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PIO1_15&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define CARD_RESET &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(_BV(16)) /* P1.12 */&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define CARD_RESET_IOCON &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PIO1_16&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define SC_PWM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LPC_CT32B1&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;#define SC_CLK_IOCON &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TRST_PIO0_14&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;And You can see pin connection in attached PDf file on the picture.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Two of them is realy different, is somebody could help me about this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:31:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-there-a-mistake-in-lpc11u14-USB-CCID-App-Note/m-p/530061#M9931</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a mistake in lpc11u14 USB CCID App Note</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-there-a-mistake-in-lpc11u14-USB-CCID-App-Note/m-p/530062#M9932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lazrotoo on Wed Oct 23 12:39:38 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Slightly away from your question, I wonder if you can tell me where you found the USBCCID.zip file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For whatever reason the IDE I am using (v6.0.4) simply doesn't show it as an option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:31:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-there-a-mistake-in-lpc11u14-USB-CCID-App-Note/m-p/530062#M9932</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a mistake in lpc11u14 USB CCID App Note</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-there-a-mistake-in-lpc11u14-USB-CCID-App-Note/m-p/530063#M9933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lazrotoo on Thu Oct 24 18:14:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Disregard my request - I have located. Now working on resolving your questions myself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So far the AN says the clock should be on P0.17 but the config.h file shows this should be P0.14&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now to figure out what "Card Activity " and "Power Enable" mean!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-there-a-mistake-in-lpc11u14-USB-CCID-App-Note/m-p/530063#M9933</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a mistake in lpc11u14 USB CCID App Note</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Is-there-a-mistake-in-lpc11u14-USB-CCID-App-Note/m-p/530064#M9934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lazrotoo on Thu Nov 21 13:31:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a quite a bit of code that may be misleading or hard to follow. The layout info in the app note is correct. AFAIK "CARD_ACTIVITY" isn't used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The stuff from misc_gpio.c that you quoted is as in the code (hover your cursor over the parts to see the assignment); presumably the comments are leftovers from another project and don't match the code. Card detect on P1_14 appears to be inverted in my version so I just OR-ed it with 0x50 on line 47 to invert the sense. P0_19 is set as the i/o port in usart.c on line 235/6. 12.6.2.1 in the UM describes operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps - though it looks as if this was a while ago.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:31:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Is-there-a-mistake-in-lpc11u14-USB-CCID-App-Note/m-p/530064#M9934</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:31:10Z</dc:date>
    </item>
  </channel>
</rss>

