<?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 engine framework in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-engine-framework/m-p/555202#M33663</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;To learn about USB operation you can also look at:&lt;/P&gt;&lt;P&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;P&gt;&lt;/P&gt;&lt;P&gt;This contains a Kinetis USB engine simulator which allows the USB controller operation to be analysed and all code using it to be tested and verified.&lt;/P&gt;&lt;P&gt;It allows accurate simulation of CDC (including up to 6 composite USB-CDC to UART bridges), RNDIS, MSD, Audio, mouse and keyboard devices as well as CDC and MSD host (including memory stick emulation).&lt;/P&gt;&lt;P&gt;New classes and applications can be added as required with greatly increased efficiency compared to traditional methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some docs:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FuTaskerV1.3_USB_Demo.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerV1.3_USB_Demo.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FUSB_User_Guide.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FUSB_Device.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/USB_Device.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code includes various classes that have been proven in industrial projects, are operational on all Kinetis parts without needing porting and can be built with all popular compilers or IDEs.&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 13:50:01 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2016-06-22T13:50:01Z</dc:date>
    <item>
      <title>USB engine framework</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-engine-framework/m-p/555199#M33660</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 try understand how USB engine works in Kinetis processor and I can not to find a good documentation.&lt;/P&gt;&lt;P&gt;I get of course some example implemetation USB CDC class but it is &lt;SPAN lang="en"&gt;not enough&lt;/SPAN&gt;. In examples are some mistake:&lt;/P&gt;&lt;P&gt;in data packt counter, it is 10 bit, not 16, next while are prepare 16 buffers if USB CDC class &lt;SPAN lang="en"&gt;requires&lt;/SPAN&gt; only 3?.&lt;/P&gt;&lt;P&gt;This waste memory.&lt;/P&gt;&lt;P&gt;I supose that a person who make code as USB&amp;nbsp; has more detailed documentation because user manual is not enough and it is impossible to write any working code as example USB. Please send detailed information how USB engine works with BDT (Buffer descriptor table) and buffers memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Andrzej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 12:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-engine-framework/m-p/555199#M33660</guid>
      <dc:creator>andrzejklonowsk</dc:creator>
      <dc:date>2016-06-21T12:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: USB engine framework</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-engine-framework/m-p/555200#M33661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Microchip PIC32 documentation describes what is going on better than Freescale/NXP docs.&lt;/P&gt;&lt;P&gt;While the register names and bit names are different between PIC32/Kinetis it is the same fundamental core that they both bought from some third-party supplier.&lt;BR /&gt;&lt;A href="http://ww1.microchip.com/downloads/en/DeviceDoc/61126F.pdf" title="http://ww1.microchip.com/downloads/en/DeviceDoc/61126F.pdf"&gt;http://ww1.microchip.com/downloads/en/DeviceDoc/61126F.pdf&lt;/A&gt; USB OTG Chapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/312026"&gt;Attached is USB Generic HID demo for the FRDM-KL25Z Freedom Board&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is something I was working on three years ago when my wife died so never really got it finished.&lt;/P&gt;&lt;P&gt;The comments there should help you out.&amp;nbsp; The DATA0/DATA1 toggling is broken in that code I found out subsequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Real Soon Now I'll get a proper working version on GitHub, perhaps along with a book with all of the code I've gathered that doesn't use any Freescale/NXP&amp;nbsp; 'frameworks' or other bloatware caused by PE/KDS...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USB specific questions (not chip questions) should be asked here: &lt;/P&gt;&lt;P&gt;&lt;A href="http://janaxelson.com/forum/index.php?board=2.0" title="http://janaxelson.com/forum/index.php?board=2.0"&gt;USB&lt;/A&gt; at Jan Alexson's site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 13:23:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-engine-framework/m-p/555200#M33661</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2016-06-21T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: USB engine framework</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-engine-framework/m-p/555201#M33662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrzej&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can find two application notes that talk a illustrate an In-depth Understanding of USB module for 8-bit MCU. This USB module is almost the same that Kinetis' one, so hope this can be helpful for understand more about BDT and buffer structure:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3560.pdf" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3560.pdf"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3560.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt; and&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/files/microcontrollers/doc/app_note/AN3492.pdf" title="http://www.nxp.com/files/microcontrollers/doc/app_note/AN3492.pdf"&gt;http://www.nxp.com/files/microcontrollers/doc/app_note/AN3492.pdf&lt;/A&gt; (this one talks a little more to USB transactions but also refer to OTG module from Coldfire).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, this community post is also referring to BDT information and hope you can find it useful: &lt;A href="https://community.nxp.com/thread/350266"&gt;Kinetis L USB BDT&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 22:36:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-engine-framework/m-p/555201#M33662</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2016-06-21T22:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: USB engine framework</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-engine-framework/m-p/555202#M33663</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;To learn about USB operation you can also look at:&lt;/P&gt;&lt;P&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;P&gt;&lt;/P&gt;&lt;P&gt;This contains a Kinetis USB engine simulator which allows the USB controller operation to be analysed and all code using it to be tested and verified.&lt;/P&gt;&lt;P&gt;It allows accurate simulation of CDC (including up to 6 composite USB-CDC to UART bridges), RNDIS, MSD, Audio, mouse and keyboard devices as well as CDC and MSD host (including memory stick emulation).&lt;/P&gt;&lt;P&gt;New classes and applications can be added as required with greatly increased efficiency compared to traditional methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some docs:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FuTaskerV1.3_USB_Demo.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerV1.3_USB_Demo.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FUSB_User_Guide.PDF" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FUSB_Device.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/USB_Device.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code includes various classes that have been proven in industrial projects, are operational on all Kinetis parts without needing porting and can be built with all popular compilers or IDEs.&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 13:50:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-engine-framework/m-p/555202#M33663</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-06-22T13:50:01Z</dc:date>
    </item>
  </channel>
</rss>

