<?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: LPC55S1x crystal less USB in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1357004#M46817</link>
    <description>&lt;P&gt;We decided to not implement crystalless USB for now, as USB0 is not available on our PCB, and routing restrictions will probably prevent changing that, even when we do a PCB redesign.&lt;/P&gt;&lt;P&gt;So I will not come back with an update about implementing it.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Oct 2021 07:50:50 GMT</pubDate>
    <dc:creator>janpieterderuit</dc:creator>
    <dc:date>2021-10-18T07:50:50Z</dc:date>
    <item>
      <title>LPC55S1x crystal less USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1356011#M46796</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm going to try to implement the&amp;nbsp;LPC55S1x crystal less Fullspeed USB, according to&amp;nbsp;TN00065.&lt;/P&gt;&lt;P&gt;However, I can't find anything related to crystalless USB in the mentioned example (usb_device_composite_hid_audio_unified).&lt;BR /&gt;Also from the technical note it's not fully clear how to implement this feature. (i.e. should I replace&amp;nbsp;libpower_softabi with libfro_calib_softabi.a, or should I use both?).&lt;/P&gt;&lt;P&gt;Does anyone know where I can find a working example?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Jan Pieter de Ruiter&lt;BR /&gt;Airios&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 18:34:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1356011#M46796</guid>
      <dc:creator>janpieterderuit</dc:creator>
      <dc:date>2021-10-14T18:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S1x crystal less USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1356025#M46797</link>
      <description>&lt;P&gt;And can USB1 also be used without an external crystal (in Fullspeed mode)?&lt;BR /&gt;Or only USB0?&lt;BR /&gt;I guess USB1 can't run crystalless, since USB1_PHY needs a 16 - 32 MHz crystal oscillator, right?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 19:37:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1356025#M46797</guid>
      <dc:creator>janpieterderuit</dc:creator>
      <dc:date>2021-10-14T19:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S1x crystal less USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1356277#M46801</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I agree with you, I have checked the project: lpcxpresso55s16_dev_composite_hid_audio_unified_freertos, the project just uses the 96MHz fro_hf internal clock as the USB0 device clock(which is divided by 2 so that the USB0_CLK is 48MHz). The USB device frame signal is NOT used to adjust the 96MHz fro_hf in the project.&lt;/P&gt;
&lt;P&gt;Regarding the high speed USB1, customer has to use external clock or crystal to provide high precious clock frequency, internal FRO clock can not be used.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 07:43:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1356277#M46801</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-10-15T07:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S1x crystal less USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1356323#M46803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;XiangJun Rong,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;So I'll try to figure it out myself. It doesn't look too complicated. I'll get back when I have it working.&lt;/P&gt;&lt;P&gt;Too bad it doesn't work with USB1, since that's the one we use on our PCB... Would have been nice when it was mentioned in the technical note (explicitly).&lt;/P&gt;&lt;P&gt;BR, Jan Pieter&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 08:33:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1356323#M46803</guid>
      <dc:creator>janpieterderuit</dc:creator>
      <dc:date>2021-10-15T08:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S1x crystal less USB</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1357004#M46817</link>
      <description>&lt;P&gt;We decided to not implement crystalless USB for now, as USB0 is not available on our PCB, and routing restrictions will probably prevent changing that, even when we do a PCB redesign.&lt;/P&gt;&lt;P&gt;So I will not come back with an update about implementing it.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 07:50:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S1x-crystal-less-USB/m-p/1357004#M46817</guid>
      <dc:creator>janpieterderuit</dc:creator>
      <dc:date>2021-10-18T07:50:50Z</dc:date>
    </item>
  </channel>
</rss>

