<?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: Question - USB with internal RC Oscillator in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537402#M5528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Tsuneo on Tue Jul 24 20:12:10 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you were a hobbyist who could take the risk that your board occasionally fail on USB, you might go with the internal RC OSC. But for product design, which should always work, a crystal (or a high-accuracy resonator) is required, to satisfy +/-0.25% tolerance for Full-Speed on the USB spec.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanking to 4x oversampling DPLL, USB engine can decode bus signal up to around +/-25% deviation. Therefore, deviated clock works in most cases. But when host schedules a transaction at the end of frame, and when the device is too slow, babble error (transaction overlaps on SOF timing) occurs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tsuneo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:43:58 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:43:58Z</dc:date>
    <item>
      <title>Question - USB with internal RC Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537398#M5524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Clovis on Tue Jul 24 08:43:32 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everyone. I'm introducing myself in the world of CortexM3 and I would really appreciate your help in this matter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I've been succesfully testing some example codes for USB HID with an&amp;nbsp; LPC1769 on a LPCXpresso Embedded Artist's Base board that I've found on&amp;nbsp; the Internet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I would like to modify this examples to operate the USB HID using the&amp;nbsp; internal RC oscillator in order to simplify a future PCB Design.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I've been reading LPC17xx's User Manual, Clocking and Power Control Section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The internal RC Oscillator runs at a 12MHz frequency, and the system PLL&amp;nbsp; is capable of taking it as input and multipliyng this frequency four&amp;nbsp; times, so I could generate a 48MHz main clock. This clock would allow&amp;nbsp; USB HID to work fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; HOWEVER, I've seen SEVERAL times in the user manual that it's&amp;nbsp; strongly suggested (almost as if it were an obbligation) to use the&amp;nbsp; system oscillator (external) and not the internal RC oscillator when&amp;nbsp; using the PLL0 output for USB clocking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Is it impossible to use the IRC?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone faced this issue before?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:43:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537398#M5524</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question - USB with internal RC Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537399#M5525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Tue Jul 24 08:48:51 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;That's an accuracy problem :mad:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=28&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:43:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537399#M5525</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question - USB with internal RC Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537400#M5526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Clovis on Tue Jul 24 08:53:04 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the quick reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I kind of thought so, but I was wondering if anyone really tried if a HID can handle with the IRC precission...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:43:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537400#M5526</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question - USB with internal RC Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537401#M5527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Tue Jul 24 09:07:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;With 1% IRC accuracy that's hopeless :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:43:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537401#M5527</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question - USB with internal RC Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537402#M5528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Tsuneo on Tue Jul 24 20:12:10 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you were a hobbyist who could take the risk that your board occasionally fail on USB, you might go with the internal RC OSC. But for product design, which should always work, a crystal (or a high-accuracy resonator) is required, to satisfy +/-0.25% tolerance for Full-Speed on the USB spec.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanking to 4x oversampling DPLL, USB engine can decode bus signal up to around +/-25% deviation. Therefore, deviated clock works in most cases. But when host schedules a transaction at the end of frame, and when the device is too slow, babble error (transaction overlaps on SOF timing) occurs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tsuneo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:43:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537402#M5528</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question - USB with internal RC Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537403#M5529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by frame on Wed Jul 25 00:02:36 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;With 1% IRC accuracy that's hopeless :)&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;And if I don't mess up vendors, that 1% are not satisfied over the temperature range. It is actually 3%.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The internal RC oscillator has the advantage of being simpler to use and much more robust mechanically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, all professional boards come with an external quartz...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:43:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537403#M5529</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question - USB with internal RC Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537404#M5530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Europe on Wed Jul 25 03:37:26 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Clovis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the testprogram the IRC-oscillator is being set as accurate as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But we have to deal with the full range of voltage and temperature, so we have to be sure that we stay within the specification.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By coincidence it may work on an IRC, but we advice to use an external Xtal.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:43:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537404#M5530</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question - USB with internal RC Oscillator</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537405#M5531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Clovis on Wed Jul 25 10:23:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks everyone, I think the answer is quite clear.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:44:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Question-USB-with-internal-RC-Oscillator/m-p/537405#M5531</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:44:00Z</dc:date>
    </item>
  </channel>
</rss>

