<?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: Enumeration not working with USB Stack 4.1.1 in K60 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318455#M14101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no demo, that is a custom board with custom software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 09:59:34 GMT</pubDate>
    <dc:creator>mentair</dc:creator>
    <dc:date>2014-07-21T09:59:34Z</dc:date>
    <item>
      <title>Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318453#M14099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get my microncontroller to enumerate as CDC class device (virtual com port).&lt;/P&gt;&lt;P&gt;Device enumeration fails, debugging the USB signals with an analyzer revealed that the handshake packet of the GET_DESCRIPTOR Setup Transaction is not sent.&lt;/P&gt;&lt;P&gt;I get RESET, SLEEP, and SOF Interrupts correctly, but no TOKDNE. Things I checked are:&lt;/P&gt;&lt;P&gt;- endpoint 0 configuration register (gets set by software, seems correct)&lt;/P&gt;&lt;P&gt;- clock: 48MHZ on USB_CLKIN pin (crystal is an Abracon ASDMB-48.000MHZ-LC-T)&lt;/P&gt;&lt;P&gt;- USBPLL is bypassed (external)&lt;/P&gt;&lt;P&gt;- USB Voltage regulator is enabled (VREGIN connected to 3.3V, can measure 3.3V on VOUT33)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand the documentation correctly, the TOKDNE should be generated &lt;EM&gt;after&lt;/EM&gt; the handshake packet has been sent back to the host, which suggests some kind of configuration error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following things come to mind as a problem, but I don't know how to check them:&lt;/P&gt;&lt;P&gt;- USB clock not stable enough&lt;/P&gt;&lt;P&gt;- transceiver hardware broken&lt;/P&gt;&lt;P&gt;- hardware bug, commenting out source code lines related to &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/errata/KINETIS_3N96B.pdf" title="http://cache.freescale.com/files/microcontrollers/doc/errata/KINETIS_3N96B.pdf"&gt;http://cache.freescale.com/files/microcontrollers/doc/errata/KINETIS_3N96B.pdf&lt;/A&gt; didn't have any effect though&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;device: MK60FX512(3N96B)&lt;/P&gt;&lt;P&gt;board: custom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: connecting the 48 MHz Clock source to EXTAL1 and using the PLL1 to generate 96MHz, with USB clock divider set to 2 (selected USB Divider output for Module clock)&amp;nbsp; did not help either&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:21:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318453#M14099</guid>
      <dc:creator>mentair</dc:creator>
      <dc:date>2014-07-10T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318454#M14100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin，&lt;/P&gt;&lt;P&gt;Could you please tell me which demo did you run? Then I will test with relate board.&lt;/P&gt;&lt;P&gt;I'm looking forward to your reply.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 08:57:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318454#M14100</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-07-15T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318455#M14101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no demo, that is a custom board with custom software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 09:59:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318455#M14101</guid>
      <dc:creator>mentair</dc:creator>
      <dc:date>2014-07-21T09:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318456#M14102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin，&lt;/P&gt;&lt;P&gt;I‘d like to suggest that you should figure out the difference of the hardware design between the custom boare and FSL tower board at first,&lt;/P&gt;&lt;P&gt;then modify the CDC demo in USB stack 4.1.1 to fit the custom board and run the CDC demo with this board.&lt;/P&gt;&lt;P&gt;Lastly, use USB analyser to check the device enumeration whether succeed&amp;nbsp; or not.&lt;/P&gt;&lt;P&gt;Hope this advice help.&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 05:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318456#M14102</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-07-22T05:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318457#M14103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the exact same problem (or at least the same symptoms) with a K20. It turned out that the USB controller could not access the memory where BDT and buffers are stored. There is an MPU (memory protection unit) that is enabled by default. When I disabled MPU (MPU_CESR = 0), I immediately got the TOKDNE interrupts.&lt;/P&gt;&lt;P&gt;Hope this info helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 22:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318457#M14103</guid>
      <dc:creator>vkirzon</dc:creator>
      <dc:date>2014-07-23T22:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318458#M14104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Martin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We have an issue with a Kinetis K60DN512 (no floating point co-processor) USB. it seems to be only processing packets every 10ms, when they arrive every ms. we don't have solution yet, however we are wathcing your progress. Have you had any success with your USB problem yet ?&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 00:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318458#M14104</guid>
      <dc:creator>BryanCrosby</dc:creator>
      <dc:date>2014-07-24T00:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318459#M14105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladimir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very good point!&lt;/P&gt;&lt;P&gt;Indeed, the MPU settings were restricting the USB controller from accessing the relevant memory.&amp;nbsp; I did not get a fault though.&amp;nbsp; I will try again with MPU deactivated, and see wether it makes a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 06:51:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318459#M14105</guid>
      <dc:creator>mentair</dc:creator>
      <dc:date>2014-07-29T06:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318460#M14106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got the same Problem described. Also using the 4.1.1 stack. The board I use is the TWR-K60F120 module combined with the TWR-SER. I also get a SOF but no token done interrupt. I also deactivated the MPU as Vladimir described. Using the CDC stack from mcuoneclipse works, by the way. Is there some more initialization to do which is not described in the example? Something I could have forgotten?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 11:02:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318460#M14106</guid>
      <dc:creator>cd</dc:creator>
      <dc:date>2014-11-17T11:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318461#M14107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;I'd like to run the CDC demo on TWR-K60F120 board with the TWR-SER later,&lt;/P&gt;&lt;P&gt;Actually, I've not encountered this issue before, I'll inform you while I get the result.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 02:00:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318461#M14107</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-11-18T02:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318462#M14108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;I've not found the TWR-K60F120 board released in Freescale USB Stack Hardware Configuration document.&lt;/P&gt;&lt;P&gt;So I guess the K60 demo in USB stack v4.1.1 is not appropriate for TWR-K60F120, however it works fine both with TWR-K60N512 and TWR-K60D100M board.&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 02:14:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318462#M14108</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-11-18T02:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318463#M14109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried two things with the Freescale Stack:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;used the K60F example ("USB_CDC_DEVICSE_K60F_PEx", regenerated it and built it with Keil)&lt;/LI&gt;&lt;LI&gt;followed the CDC tutorial in the "USBPEXQSG.pdf" document.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Neither of the two ways worked. I always stuck ofter the SOF interrupt, with the endpoint 0 initialized, waiting for the token done interrupt, which never comes (for some reason).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a working example for TWR-K60F120 I would be really pleased to find the different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 09:40:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318463#M14109</guid>
      <dc:creator>cd</dc:creator>
      <dc:date>2014-11-18T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318464#M14110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;I've run the USB_CDC_DEVICSE_K60F_PEx demo on TWR-K60F120 board and TWR-SER, TWR-ELEV(Fig 1). it enumerates successful(Fig 2).&lt;/P&gt;&lt;P&gt;I've also used the Hyterterm communicate with the board, it still works fine too.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="IMG_20141121_162257.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/47432i0BD6C74D5F9E85EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_20141121_162257.jpg" alt="IMG_20141121_162257.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;Fig 1&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/47433i7BAB2F9E511E3F43/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;Fig 2&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 08:58:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318464#M14110</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-11-21T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318465#M14111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for trying out! Which Compiler do you use (GCC/Keil?) and which version of the stack/PEx? It would be very helpful if you could sent me your code/project/PEx-project for comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much, once again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 09:05:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318465#M14111</guid>
      <dc:creator>cd</dc:creator>
      <dc:date>2014-11-21T09:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318466#M14112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;I ran the USB_CDC_DEVICSE_K60F_PEx demo in USB Stack V 4.1.1 by CW 10.6, and you can download the USB Stack through the link below.&lt;/P&gt;&lt;P&gt;If you have any further questions about it, please feel free to contact with me.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;USB Stack|Freescale&lt;/A&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 03:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318466#M14112</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-11-24T03:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318467#M14113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just want to let you know. If you use the processor expert generated USB CDC stack with Keil or ARM GCC it does not work because there is an error in the usb_devapi.h:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it still uses &lt;EM&gt;#pragma options align=reset &lt;/EM&gt;which is not supported by by the two compilers. This results in two different memory alignments in two source files and the whole thing does not work. The stack from mcuoneclipse.com corrects this mistake, so just have a look there for more informations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 16:53:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318467#M14113</guid>
      <dc:creator>cd</dc:creator>
      <dc:date>2014-12-04T16:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enumeration not working with USB Stack 4.1.1 in K60</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318468#M14114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;Thanks for your information, I will check it later.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 03:39:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Enumeration-not-working-with-USB-Stack-4-1-1-in-K60/m-p/318468#M14114</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-12-05T03:39:44Z</dc:date>
    </item>
  </channel>
</rss>

