<?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 AudioOutputDevice works in keil examples but give distorted sound in lpcexpresso examples in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/AudioOutputDevice-works-in-keil-examples-but-give-distorted/m-p/523593#M6229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lundburgerr on Fri Apr 12 08:28:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Compiling and running the usb audioOutputDevice example works great both on keil and on red suite 5 (using lpcexpresso examples), with one exception.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;On red suite 5 the sound gets distorted in some way and I cannot find out why. I also noticed that I cannot get DEBUGOUT function to work in the lpcexpresso examples either but it works on the keil examples. (e.g the i2s example)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Is this a bug or am I missing something obvious, does it work fine for anyone else? &lt;BR /&gt;And also is it correct that the only differences between the keil examples and the lpcexpresso examples are the startup-files?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;To be specific I am using the keil mcb1857 board.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks in advance //Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:44:35 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:44:35Z</dc:date>
    <item>
      <title>AudioOutputDevice works in keil examples but give distorted sound in lpcexpresso examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AudioOutputDevice-works-in-keil-examples-but-give-distorted/m-p/523593#M6229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lundburgerr on Fri Apr 12 08:28:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Compiling and running the usb audioOutputDevice example works great both on keil and on red suite 5 (using lpcexpresso examples), with one exception.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;On red suite 5 the sound gets distorted in some way and I cannot find out why. I also noticed that I cannot get DEBUGOUT function to work in the lpcexpresso examples either but it works on the keil examples. (e.g the i2s example)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Is this a bug or am I missing something obvious, does it work fine for anyone else? &lt;BR /&gt;And also is it correct that the only differences between the keil examples and the lpcexpresso examples are the startup-files?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;To be specific I am using the keil mcb1857 board.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks in advance //Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AudioOutputDevice-works-in-keil-examples-but-give-distorted/m-p/523593#M6229</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: AudioOutputDevice works in keil examples but give distorted sound in lpcexpresso examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AudioOutputDevice-works-in-keil-examples-but-give-distorted/m-p/523594#M6230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tuong on Mon Apr 15 01:04:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Did you set USB_FORCED_FULLSPEED to 1? This example can only run in full speed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;About the DEBUGOUT, please make sure you called Board_Debug_Init(), this set UART3 as debug printing port, before calling DEBUGOUT("").&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If those above checks do not give expected result, then please do a fresh build! This example must run out of box as I observed!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;With best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AudioOutputDevice-works-in-keil-examples-but-give-distorted/m-p/523594#M6230</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: AudioOutputDevice works in keil examples but give distorted sound in lpcexpresso examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AudioOutputDevice-works-in-keil-examples-but-give-distorted/m-p/523595#M6231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lundburgerr on Thu Apr 25 02:46:49 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Thanks for your reply and sorry for my late reply, didn't go to work last week.&lt;BR /&gt;Setting USB_FORCED_FULLSPEED to 1 in the LPCUSBlibConfig.h file fixed issue with the distorted sound in the audioOutput device example.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;As for the other issues, they seemed to resolve themselves with a fresh build not sure what I did so that they wouldn't work.&lt;BR /&gt;Thanks alot for your help!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;//Robin&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:44:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AudioOutputDevice-works-in-keil-examples-but-give-distorted/m-p/523595#M6231</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:44:37Z</dc:date>
    </item>
  </channel>
</rss>

