<?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>Kinetis MicrocontrollersのトピックRe: K60 USB High Speed ULPI Clock</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447128#M26432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am just fighting with the same problem: not clear&amp;nbsp;where is the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;SIM_MCR[ULPICKOBE] bit : as it is already mentioned in this thread, the Appendix of rev. 3 says that this field was updated to be "reserved", so even if I should set it to 0, according to jeremyzhou, I don't see how can I do it.... &amp;nbsp;Neither clear the meaning of "ignore the&amp;nbsp;&lt;SPAN&gt;USBHSRC bits" ... does it mean that if I would like to use the USB_HS interface, I must use external clock source ? Could someone educate me, please ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks and regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Tibor&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2016 15:20:31 GMT</pubDate>
    <dc:creator>tiborsomogyi</dc:creator>
    <dc:date>2016-11-09T15:20:31Z</dc:date>
    <item>
      <title>K60 USB High Speed ULPI Clock</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447122#M26426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone clarify how clocking for USB HS module on K60 actually works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Device clock summary (in the reference manual K60P144M150SF3RM) states that clock source for USB HS module can be one of the following: "Bus clock, MCGPLL0CLK, MCGPLL1CLK, or OSC0ERCLK with fractional clock divider, or ULPI_CLK".&lt;/LI&gt;&lt;LI&gt;In signal description tables (in the signal descriptions chapter and in the USB HS module description chapter) ULPI_CLK is shown as input only pin.&lt;/LI&gt;&lt;LI&gt;USB HS OTG Controller clocking mentions SIM_MCR[ULPICLKOBE] flag that is not present in the SIM chapter but is mentioned in the revision history: "In the MCR register, updated the ULPICLKOBE field description to be reserved.".&lt;/LI&gt;&lt;LI&gt;In the revision 2 of the same reference manual, there is a description for aforementioned flag:&lt;UL&gt;&lt;LI&gt;0 Internal generated 60MHz ULPI clock is not output to the ULPI_CLK pin.&lt;/LI&gt;&lt;LI&gt;1 Interanl generated 60MHz ULPI clock provide clock for external ULPI phy.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I am using TWR-K60F120M board and when I configure USB HS clock (bare metal, curiously enough, that flag is defined in the MK60F12.h header provided with the KDS) and set the flag, I can confirm with oscilloscope that the 60MHz output is present on the pin.&lt;/LI&gt;&lt;LI&gt;Unfortunately, I don't have a SER2 module or any ULPI transceiver at the moment, but from the data sheet for USB3300 I learned that it only outputs 60MHz and can't use external 60MHz reference. Also, it seems that people who've used USB HS with SER2 had no problems.&lt;/LI&gt;&lt;LI&gt;In the module clocks table in the "Clock Distribution" chapter, ULPI_CLK is in the I/O interface clocks column, and USB HS clock (that is described as internal clock or ULPI_CLK in the device clock summary) is in the internal clocks column.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first question is, does USB HS module use ULPI_CLK input in any way? Or, in other words, does ULPICLKOBE determine not only whether the internal clock will be output but also whether external clock will be used or internal one.&lt;/P&gt;&lt;P&gt;Can I use a different transceiver that uses ULPI_CLK as input and generate the clock in the MCU and provide it to the transceiver using ULPICLKOBE? (or was it removed from the reference manual because it shouldn't be used?)&lt;/P&gt;&lt;P&gt;And the last question, if USB HS module does not use ULPI_CLK input at all then could there be problems caused by phase mismatch between transceiver and the module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 11:10:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447122#M26426</guid>
      <dc:creator>gbelokrylov</dc:creator>
      <dc:date>2015-04-27T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: K60 USB High Speed ULPI Clock</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447123#M26427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering something along the same. I'm looking at a USB-ULPI&amp;nbsp; for the MK20Fxxx120Mhz and newbie to ULPI. The USB3300 is used on TWR-SCH2&lt;/P&gt;&lt;P&gt;It seems like the ULPI_CLK is from USB3300 to processor. and the USB3300 requires a seperate 24Mhz clock&lt;/P&gt;&lt;P&gt;Looking at the followingTWR-SCH2 schematic SCH-26185&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=TWR-SER2&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=TWR-SER2&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;Enhanced Serial (Dual Ethernet, High-Speed US|Freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Seems like the USB3300 has a 24Mhz xtal&amp;nbsp; - and I was wondering if this can be generated on the main processor - part of CLKOUT?&lt;/P&gt;&lt;P&gt;Also I was wondering if anybody knows the lowering power USB3320 could be used - has internal oscillator with PLL and a variety of clock inputs, and different pinout. Software compatibility is essential.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 01:49:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447123#M26427</guid>
      <dc:creator>neilhancock</dc:creator>
      <dc:date>2015-04-28T01:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: K60 USB High Speed ULPI Clock</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447124#M26428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;--- EDITED on Apr 29, 2015 ---&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q. My first question is, does USB HS module use ULPI_CLK input in any way? Or, in other words, does ULPICLKOBE determine not only whether the internal clock will be output but also whether external clock will be used or internal one.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- Since &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ULPICLKOBE has been changed to reserved, that means internal clock is NOT suggested to be used for USB HS module (default value of ULPICLKIBE=0, the clock buffer is disable). By looking at Fig.5-9, you can see how the ULPI CLK works. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="usb_hs_clock.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49290i7A5C687619A71370/image-size/large?v=v2&amp;amp;px=999" role="button" title="usb_hs_clock.JPG.jpg" alt="usb_hs_clock.JPG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q. Can I use a different transceiver that uses ULPI_CLK as input and generate the clock in the MCU and provide it to the transceiver using ULPICLKOBE? (or was it removed from the reference manual because it shouldn't be used?)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- I think it should not be used as you said it was removed from the RM.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q. And the last question, if USB HS module does not use ULPI_CLK input at all then could there be problems caused by phase mismatch between transceiver and the module?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- no idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 06:42:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447124#M26428</guid>
      <dc:creator>derek_lau</dc:creator>
      <dc:date>2015-04-28T06:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: K60 USB High Speed ULPI Clock</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447125#M26429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grigorii,&lt;/P&gt;&lt;P&gt;I think I need some times to confirm with the AE team about this issue and reply you later.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 07:30:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447125#M26429</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2015-04-29T07:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: K60 USB High Speed ULPI Clock</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447126#M26430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;derek lau wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q. My first question is, does USB HS module use ULPI_CLK input in any way? Or, in other words, does ULPICLKOBE determine not only whether the internal clock will be output but also whether external clock will be used or internal one.&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- Since &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ULPICLKOBE has been changed to reserved, that means internal clock is suggested to be used for USB HS module. By looking at Fig.5-9, you can see how the ULPI CLK works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="usb_hs_clock.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49212i3FBABA0B5853F20E/image-size/large?v=v2&amp;amp;px=999" role="button" title="usb_hs_clock.JPG.jpg" alt="usb_hs_clock.JPG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, I've seen this picture but I am not completely sure that ULPI CLK is bidirectional: judging by the way it is shown it appears as if unless ULPICLKOBE is set, the USBHS Core will not use internally generated clock at all and will use ULPI CLK input instead.&lt;/P&gt;&lt;P&gt;Anyway, I've also found this in the SIM_MCR description in the &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4526.pdf"&gt;AN4526&lt;/A&gt; ("Kinetis 100 MHz Rev 1.x to 120 MHz Migration Guide"): "This module has fields for:... ULPI clock direction". Though, I still would like to hear confirmation from Freescale that when ULPI CLK is used as input USB HS Core will synchronize I/O on it and not on the internal clock signal.&lt;/P&gt;&lt;P&gt;Also, would be nice to know why the field was removed and whether internal clock is used at all when the external is present (the figure shows only one clock).&lt;/P&gt;&lt;P&gt;If I had a transceiver, I'd check the latter by setting USBHSFRAC/USBHSDIV to incorrect frequency and looking if the transmission would break or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 07:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447126#M26430</guid>
      <dc:creator>gbelokrylov</dc:creator>
      <dc:date>2015-04-29T07:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: K60 USB High Speed ULPI Clock</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447127#M26431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grigorii,&lt;/P&gt;&lt;P&gt;For now, I'd like to suggest that you'd better to configure the SIM_MCR[ULPICKOBE] bit to be cleared, then ULPI_CLK as an input to the MCU.&lt;/P&gt;&lt;P&gt;You can ignore the the USBHSRC bits. I think theses bits will be removed in later versions of the manual.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 09:42:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447127#M26431</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2015-04-29T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: K60 USB High Speed ULPI Clock</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447128#M26432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am just fighting with the same problem: not clear&amp;nbsp;where is the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;SIM_MCR[ULPICKOBE] bit : as it is already mentioned in this thread, the Appendix of rev. 3 says that this field was updated to be "reserved", so even if I should set it to 0, according to jeremyzhou, I don't see how can I do it.... &amp;nbsp;Neither clear the meaning of "ignore the&amp;nbsp;&lt;SPAN&gt;USBHSRC bits" ... does it mean that if I would like to use the USB_HS interface, I must use external clock source ? Could someone educate me, please ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks and regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Tibor&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 15:20:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447128#M26432</guid>
      <dc:creator>tiborsomogyi</dc:creator>
      <dc:date>2016-11-09T15:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: K60 USB High Speed ULPI Clock</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447129#M26433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tibor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The K60 HS USB &lt;STRONG&gt;must&lt;/STRONG&gt; be used with an external 60MHz clock (supplied by the external PHY).&lt;BR /&gt;It is &lt;EM&gt;not necessary&lt;/EM&gt; to write to the &lt;STRONG&gt;SIM_MCR&lt;/STRONG&gt; register since the clock output should not be enabled (it defaults to input).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SIM_SOPT2&lt;/STRONG&gt; (containing an option for a local HS USB clock source) is not relevant since it is never used. This register also doesn't need to be used for K60 HS USB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;SPAN&gt;Kinetis for professionals: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 17:32:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447129#M26433</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-11-09T17:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: K60 USB High Speed ULPI Clock</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447130#M26434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;Thank you for the clarification.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Tibor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 09:05:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K60-USB-High-Speed-ULPI-Clock/m-p/447130#M26434</guid>
      <dc:creator>tiborsomogyi</dc:creator>
      <dc:date>2016-11-10T09:05:24Z</dc:date>
    </item>
  </channel>
</rss>

