<?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: USB AUDIO DEVICE PEx DEMO (Code 10 error) in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-AUDIO-DEVICE-PEx-DEMO-Code-10-error/m-p/269425#M9027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comment out the low and high bytes audio controls in "usb_descriptor.c" file as below.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_BASS_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_MID_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_TREBLE_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_GRAPHIC_EQ_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_AUTOMATIC_GAIN_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_DELAY_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_BASS_BOOST_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// AUDIO_LOUDNESS_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2013 14:56:07 GMT</pubDate>
    <dc:creator>DerekLau</dc:creator>
    <dc:date>2013-06-21T14:56:07Z</dc:date>
    <item>
      <title>USB AUDIO DEVICE PEx DEMO (Code 10 error)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-AUDIO-DEVICE-PEx-DEMO-Code-10-error/m-p/269422#M9024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone had success running the Freescale USB stack audio examples? .. If so what's your secret?&lt;/P&gt;&lt;P&gt;I'm using a Freedom KL25Z board, Freescale USB stack v4.1.1 and CodeWarrior 10.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried both USB_AUDIO_DEVICE_MKL25Z128_PEx &lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;and USB_AUDIO_DEVICE_MQX_Lite_MKL25Z128_PEx. They compile and load to the board but when I run them I get "This device cannot start. (Code 10)" in device manager. I have tried to uninstall reinstall drivers and modifying serial numbers to refresh the windows driver but nada! I have &lt;/SPAN&gt;successfully&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt; run the Mouse example so the hardware is &lt;/SPAN&gt;&lt;SPAN style="line-height: 19.5px;"&gt;definitely&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt; working.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;After wasting more time than I care to admit trying to get this project working on an XMEGA device I was really hoping the USB audio would just work on the Freedom board!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 00:26:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-AUDIO-DEVICE-PEx-DEMO-Code-10-error/m-p/269422#M9024</guid>
      <dc:creator>norlesh</dc:creator>
      <dc:date>2013-06-03T00:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: USB AUDIO DEVICE PEx DEMO (Code 10 error)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-AUDIO-DEVICE-PEx-DEMO-Code-10-error/m-p/269423#M9025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK has anyone tried to use the audio example and not succeeded or is this just me? .... testing 123 is this thing on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 05:03:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-AUDIO-DEVICE-PEx-DEMO-Code-10-error/m-p/269423#M9025</guid>
      <dc:creator>norlesh</dc:creator>
      <dc:date>2013-06-03T05:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: USB AUDIO DEVICE PEx DEMO (Code 10 error)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-AUDIO-DEVICE-PEx-DEMO-Code-10-error/m-p/269424#M9026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to run the demo of &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;USB_AUDIO_DEVICE_MKL25Z128_PEx &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;and USB_AUDIO_DEVICE_MQX_Lite_MKL25Z128_PEx&lt;/SPAN&gt;, but found the device with &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;USB_AUDIO_DEVICE_MKL25Z128_PEx &lt;/SPAN&gt;can not be recognized by the Host or as a unknown device, and &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;USB_AUDIO_DEVICE_MQX_Lite_MKL25Z128_PEx&lt;/SPAN&gt; can not pass the compiling, I have reported this to the USB stack design team, they told me it is a CW issue and we need to wait for the CW patch. Sorry for the inconvenience that has caused!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 01:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-AUDIO-DEVICE-PEx-DEMO-Code-10-error/m-p/269424#M9026</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-06-20T01:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: USB AUDIO DEVICE PEx DEMO (Code 10 error)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-AUDIO-DEVICE-PEx-DEMO-Code-10-error/m-p/269425#M9027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comment out the low and high bytes audio controls in "usb_descriptor.c" file as below.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_BASS_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_MID_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_TREBLE_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_GRAPHIC_EQ_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_AUTOMATIC_GAIN_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_DELAY_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;// AUDIO_BASS_BOOST_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// AUDIO_LOUDNESS_CONTROL |&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 14:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-AUDIO-DEVICE-PEx-DEMO-Code-10-error/m-p/269425#M9027</guid>
      <dc:creator>DerekLau</dc:creator>
      <dc:date>2013-06-21T14:56:07Z</dc:date>
    </item>
  </channel>
</rss>

