<?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: KINETIS KL25 USB CDC and SERIAL in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-KL25-USB-CDC-and-SERIAL/m-p/256777#M7618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giulio:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the AN4370 USB DFU Bootloader for MCUs I hope it can help you, also you can visit&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB"&gt;USB Stack Product Summary Page&lt;/A&gt; , here you will find other examples and information.&lt;/P&gt;&lt;P&gt;Let me know if you still have problems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Sep 2013 22:19:00 GMT</pubDate>
    <dc:creator>perlam_i_au</dc:creator>
    <dc:date>2013-09-27T22:19:00Z</dc:date>
    <item>
      <title>KINETIS KL25 USB CDC and SERIAL</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-KL25-USB-CDC-and-SERIAL/m-p/256776#M7617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have designed&amp;nbsp; a KL25 microcontroller based board, and I'm now in the testing and validation phase of the development process. I would like to let the board&amp;nbsp; be recognizable from a PC as a serial port. This would give me the possibility to test&amp;nbsp; the USB (layout) reliability making an echoo test. (For example a pc program would continuously send a serial frame and expect the echo from the board). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is available an example implementing a similar feature, or better, is there a BAREMETAL project implementing the USB Serial Class Device? If not, do you know from where to start?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance to whom could give me some hints on how to implent such a feature.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 13:36:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-KL25-USB-CDC-and-SERIAL/m-p/256776#M7617</guid>
      <dc:creator>DolomitiLynx</dc:creator>
      <dc:date>2013-09-27T13:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: KINETIS KL25 USB CDC and SERIAL</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-KL25-USB-CDC-and-SERIAL/m-p/256777#M7618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giulio:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the AN4370 USB DFU Bootloader for MCUs I hope it can help you, also you can visit&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MEDICALUSB"&gt;USB Stack Product Summary Page&lt;/A&gt; , here you will find other examples and information.&lt;/P&gt;&lt;P&gt;Let me know if you still have problems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 22:19:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-KL25-USB-CDC-and-SERIAL/m-p/256777#M7618</guid>
      <dc:creator>perlam_i_au</dc:creator>
      <dc:date>2013-09-27T22:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: KINETIS KL25 USB CDC and SERIAL</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-KL25-USB-CDC-and-SERIAL/m-p/256778#M7619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giulio,&lt;/P&gt;&lt;P&gt;what you are asking for is USB CDC device class. The Freescale USB stack (bare metal) comes with an example for this. Based on this stack there is as well an open source Processor Expert component for it:&lt;/P&gt;&lt;P&gt;I wrote a few articles/tutorials about it:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/" title="http://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/"&gt;http://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/08/05/a-shell-for-the-freedom-kl25z-board/" title="http://mcuoneclipse.com/2012/08/05/a-shell-for-the-freedom-kl25z-board/"&gt;http://mcuoneclipse.com/2012/08/05/a-shell-for-the-freedom-kl25z-board/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/11/16/usb-cdc-and-sci-side-by-side-with-the-freedom-board/" title="http://mcuoneclipse.com/2012/11/16/usb-cdc-and-sci-side-by-side-with-the-freedom-board/"&gt;http://mcuoneclipse.com/2012/11/16/usb-cdc-and-sci-side-by-side-with-the-freedom-board/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sources and components are available on the GitHub site refered in above articles.&lt;/P&gt;&lt;P&gt;The following article describes how to import the components:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/05/09/processor-expert-component-peupd-files-on-github/" title="http://mcuoneclipse.com/2013/05/09/processor-expert-component-peupd-files-on-github/"&gt;Processor Expert Component *.PEupd Files on GitHub | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see how this looks or works: I have attached a project with all files generated, ready to run on the FRDM-KL25Z: it uses 38400 baud and echoes characters on the USB port of the KL25Z. This project is available and maintened on GitHub here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL25Z/Freedom_UsbCdc" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL25Z/Freedom_UsbCdc"&gt;mcuoneclipse/Examples/FRDM-KL25Z/Freedom_UsbCdc at master · mcuoneclipse · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 07:59:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KINETIS-KL25-USB-CDC-and-SERIAL/m-p/256778#M7619</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-09-28T07:59:39Z</dc:date>
    </item>
  </channel>
</rss>

