<?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: Freescale USB Stack with Freedom board 'Device not recognised' in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255674#M1544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it have to be HID, or might CDC work? What are you trying to connect to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using CodeWarrior instead of Keil for a very basic connection? Perhaps getting working in one IDE will lead you to figure out how to do it in another?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Feb 2013 22:02:24 GMT</pubDate>
    <dc:creator>injunear1</dc:creator>
    <dc:date>2013-02-16T22:02:24Z</dc:date>
    <item>
      <title>Freescale USB Stack with Freedom board 'Device not recognised'</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255672#M1542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've recently picked-up a copy of Freescale's USB Stack 4.0.3 and am attempting to generate a project with Processor Expert for the Freedom KL25Z.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm actually generating a Keil project so my Compiler is set to Keil C/C++ and I'm generating a project with the Keil Eclipse plugin as in this video: &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DybrVCC7XJZw" rel="nofollow" target="_blank"&gt;Processor Expert: Integrating with Keil Microvision - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also modifying 'asm' command errors that crop up in the USB stack to '__asm' to correct for armcc syntax.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My project consists of the default CPU component and a HID component, attempting to be a generic HID device. I've tweaked settings for this component every which way, I've double-checked CPU clock and USB hardware components, however, whenever I connect the Freedom, Windows says 'device not recognised' and via USBView further elaborates to say 'Device Failed Enumeration'.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When debugging, connecting the device successfully triggers the USB_APP_BUS_RESET event via the associated callback, however I'm not seeing any activity beyond this.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I'm new to USB and indeed Freescale products, I suspect this is a newbie error. I've attached a sample project below and would greatly appreciate any insight some kind soul may have to offer.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338896"&gt;ProgDog.rar.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 21:23:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255672#M1542</guid>
      <dc:creator>gmscribe</dc:creator>
      <dc:date>2013-02-11T21:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale USB Stack with Freedom board 'Device not recognised'</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255673#M1543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still stumped on this. Has no one had working USB HID on Freedom via Processor Expert?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 16:32:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255673#M1543</guid>
      <dc:creator>gmscribe</dc:creator>
      <dc:date>2013-02-15T16:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale USB Stack with Freedom board 'Device not recognised'</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255674#M1544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it have to be HID, or might CDC work? What are you trying to connect to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using CodeWarrior instead of Keil for a very basic connection? Perhaps getting working in one IDE will lead you to figure out how to do it in another?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2013 22:02:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255674#M1544</guid>
      <dc:creator>injunear1</dc:creator>
      <dc:date>2013-02-16T22:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale USB Stack with Freedom board 'Device not recognised'</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255675#M1545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's ultimately going to be MSD + HID, it needs to be idiot proof Plug n Play, the app itself will run straight off the mass storage in OS-friendly Java with no install. I've considered CDC but it just doesn't quite fit the bill.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2013 22:32:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255675#M1545</guid>
      <dc:creator>gmscribe</dc:creator>
      <dc:date>2013-02-16T22:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale USB Stack with Freedom board 'Device not recognised'</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255676#M1546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alistair, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are MSD+HID working better for your project?&lt;/P&gt;&lt;P&gt;Let us know! :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 22:55:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255676#M1546</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-02-21T22:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale USB Stack with Freedom board 'Device not recognised'</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255677#M1547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies for the very late response, ultimately I moved to using the paid-for Keil MDK-PRO USB library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Had everything working within 10 minutes with no issue. Depending on how you price your own time, sometimes it's worth placing forward the money it seems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Apr 2013 09:09:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Freescale-USB-Stack-with-Freedom-board-Device-not-recognised/m-p/255677#M1547</guid>
      <dc:creator>gmscribe</dc:creator>
      <dc:date>2013-04-28T09:09:04Z</dc:date>
    </item>
  </channel>
</rss>

