<?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 Mode selection ?? in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565723#M5779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do you connect the USB module of K66 to the USB port? pls refer to the readme.pdf in the USB_DEVICE_CDC_VCOM for the hardware connection.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Sep 2016 06:46:23 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2016-09-18T06:46:23Z</dc:date>
    <item>
      <title>USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565711#M5767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;I am working with&lt;STRONG&gt; MK66FN2M0VLQ18&amp;nbsp;&lt;/STRONG&gt;MCU and KEIL platform (keil5).&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to establish communication between Application running on PC and MCU through USB(USB-High Speed), MCU should be in Device mode. I intend to send the received data from PC(through USB) through flex bus.&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have SDK2.0 stack , How can I use this stack in our application, In USB device mode there are so many classes (CDC,HID,MSC,MSC ram disk, etc classes). Which class would you prefer.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also help me how to start with this stack. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 09:54:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565711#M5767</guid>
      <dc:creator>karthikas</dc:creator>
      <dc:date>2016-08-26T09:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565712#M5768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help me by giving reply as earliest please ,&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 04:25:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565712#M5768</guid>
      <dc:creator>karthikas</dc:creator>
      <dc:date>2016-08-29T04:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565713#M5769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my opinion, if the data you want to transfer is stream, for example, you have to transfer fixed size of datas in one second, you can use the audio class application. If you want to transfer a bundle of datas without time requirement, I think you can use CDC classs.&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 06:50:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565713#M5769</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-08-29T06:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565714#M5770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/xiangjun.rong"&gt;xiangjun.rong&lt;/A&gt;&amp;nbsp;.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I will clear my side requirement , I have an application in PC through which I want to transfer data to USB device(i,e I need to operate USB device through PC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As your suggestions I have seen documents related to audio classes which is provided with SDK 2.0, But I don't think this class is suitable for my application .&lt;/P&gt;&lt;P&gt;If I choose CDC mode , In stack they have provided CDC_VCOM mode i,e USB device will enumerate as virtual COM port , I want to know that is it possible to meet above requirement in CDC class mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking to choose&amp;nbsp;usb_device_hid_generic mode ,In this mode they have provided one application through which we can send/receive data b/w PC and USB device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whats your suggestions ..?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:47:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565714#M5770</guid>
      <dc:creator>karthikas</dc:creator>
      <dc:date>2016-08-29T11:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565715#M5771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know that the audio class uses Isochronous transfer, CDC class uses bulk transfer, HID uses interrupt transfer. The HID class is suitable for the mouse, keyboard, joystick, slider, knob, throttle, bar-code reader...&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 02:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565715#M5771</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-08-30T02:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565716#M5772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hai&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="19420" data-objecttype="3" href="https://community.nxp.com/people/xiangjun.rong" style="color: #017bba; border: 0px; font-size: 14px; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;xiangjun.rong&lt;/A&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;.,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Okay i will use CDC class , but in stack they are not provided any drivers to enumerate as CDC device , The stack has drivers to enumerate the device as Virtual COM port (usb_device_cdc_vcom), But I need to enumerate as USB device mode not as virtual COM port.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 04:36:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565716#M5772</guid>
      <dc:creator>karthikas</dc:creator>
      <dc:date>2016-08-30T04:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565717#M5773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;The "Virtual COM port" means you simulate the USB port as a UART, I think you can use CDC to transfer your datas.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hope it can help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;XiangJun Rong&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 07:05:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565717#M5773</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-08-30T07:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565718#M5774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hai&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="19420" data-objecttype="3" href="https://community.nxp.com/people/xiangjun.rong" style="color: #017bba; border: 0px; text-decoration: underline; font-size: 14px; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;xiangjun.rong&lt;/A&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;.,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Can you please provide the link to get stack related to USB CDC class , I have one stack SDK 2.0&amp;nbsp;but it was bit difficult .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565718#M5774</guid>
      <dc:creator>karthikas</dc:creator>
      <dc:date>2016-08-30T09:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565719#M5775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can refer to the directory after you download SDK2.0:&lt;/P&gt;&lt;P&gt;C:\Freescale\SDK2.0_K64F\boards\frdmk64f\usb_examples\usb_device_cdc_vcom\freertos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not the&amp;nbsp; other example.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 03:01:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565719#M5775</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-08-31T03:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565720#M5776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-objectid="19420" data-objecttype="3" href="https://community.nxp.com/people/xiangjun.rong" style="color: #017bba; border: 0px; font-size: 14px; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;xiangjun.rong&lt;/A&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;.,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I can enumerate the device as Virtual COM port by using the code you referred , But my requirement is to enumerate device as USB Composite device . As virtual COM port host side application is not supporting.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 05:50:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565720#M5776</guid>
      <dc:creator>karthikas</dc:creator>
      <dc:date>2016-08-31T05:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565721#M5777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A composite USB device combines two class, which class do you want to combine with Virtual COM class? We have doc which describe how to combine two class.&lt;/P&gt;&lt;P&gt;pls refer to the user guide &amp;lt;&amp;lt;USB Stack Composite Device User's Guide.pdf&amp;gt;&amp;gt;" located at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Freescale\SDK2.0_K64F\docs\usb&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 08:04:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565721#M5777</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-08-31T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565722#M5778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" data-avatarid="1001" data-externalid="" data-online="false" data-presence="null" data-userid="19420" data-username="xiangjun.rong" href="https://community.nxp.com/people/xiangjun.rong" style="color: inherit; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;xiangjun.rong&lt;/A&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;I am working with MK66FN2M0VLQ18 MCU in our customized board.for the USB device mode.(USB High speed mode).&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;I have downloaded SDK_2.0_MK66FN2M0xxx18 , and running USB_DEVICE_CDC_VCOM .&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;It was running upto APPTASK() without any problem , but It has stopped in APPTASK(), and device is not getting detected in PC.&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;Can anyone help me in resolving the issue as soon as possible.&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2016 06:44:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565722#M5778</guid>
      <dc:creator>karthikas</dc:creator>
      <dc:date>2016-09-17T06:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565723#M5779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;do you connect the USB module of K66 to the USB port? pls refer to the readme.pdf in the USB_DEVICE_CDC_VCOM for the hardware connection.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 06:46:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565723#M5779</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-09-18T06:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: USB Mode selection ??</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565724#M5780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&amp;nbsp;&lt;A _jive_internal="true" class="" data-avatarid="1001" data-externalid="" data-online="false" data-presence="null" data-userid="19420" data-username="xiangjun.rong" href="https://community.nxp.com/people/xiangjun.rong" style="color: inherit; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;xiangjun.rong&lt;/A&gt;.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I have connected .&lt;/P&gt;&lt;P&gt;I am using USB1 ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;USB1_DM --&amp;gt; D-&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;USB1_DP --&amp;gt; D+&lt;/P&gt;&lt;P&gt;I am not using VBUS pin instead i am using on board voltage source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching screenshots of USB part cir cute &amp;nbsp;for your reference. Can you please cross check once.&lt;span class="lia-inline-image-display-wrapper" image-alt="USB_SCH.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5356i1B95F1B5ED4D2335/image-size/large?v=v2&amp;amp;px=999" role="button" title="USB_SCH.png" alt="USB_SCH.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="usb_sch1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5392iE0BDE68005F1AF2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="usb_sch1.png" alt="usb_sch1.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 04:15:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/USB-Mode-selection/m-p/565724#M5780</guid>
      <dc:creator>karthikas</dc:creator>
      <dc:date>2016-09-19T04:15:00Z</dc:date>
    </item>
  </channel>
</rss>

