<?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 interrupt reset in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367050#M18924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did the comparison with the register settings allow you to close in on a particluar area to look into in more details to solve the issue?&lt;/P&gt;&lt;P&gt;Did you get any feedback at the original developers' web sites?&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;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis.html" target="_blank"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;K20: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TWR-K20D72M.html" target="_blank"&gt;µTasker Kinetis TWR-K20D72M support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/FRDM-K20D50M.html" target="_blank"&gt;µTasker Kinetis FRDM-K20D50M support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TWR-K20D50M.html" target="_blank"&gt;µTasker Kinetis TWR-K20D50M support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TEENSY_3.1.html" target="_blank"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;KL26: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/FRDM-KL26Z.html" target="_blank"&gt;µTasker Kinetis FRDM-KL26Z support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TEENSY_LC.html" target="_blank"&gt;µTasker Kinetis Teensy LC support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Composite USB: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/USB_Device.html" target="_blank"&gt;µTasker USB Device Configuration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;USB User's Guide: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF" target="_blank"&gt;http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2015 22:23:27 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2015-03-12T22:23:27Z</dc:date>
    <item>
      <title>USB interrupt reset</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367045#M18919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently got a FRDM-MKL26Z dev board and I'm having trouble getting USB up and running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took some code from the Teensy repository ( &lt;A href="https://github.com/PaulStoffregen/cores/tree/master/teensy3" title="https://github.com/PaulStoffregen/cores/tree/master/teensy3"&gt;cores/teensy3 at master · PaulStoffregen/cores · GitHub&lt;/A&gt; ) and the USB code from this project ( &lt;A href="https://github.com/kcuzner/teensy-oscilloscope" title="https://github.com/kcuzner/teensy-oscilloscope"&gt;kcuzner/teensy-oscilloscope · GitHub&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I compile and flash the board the only USB interrupt that fires are 'reset' and 'sleep'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if someone could look at my code, and see if anything looks wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the main points of interest would be the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;init_clocks_ref() : &lt;A href="https://github.com/jgouly/frdm-mkl26z/blob/master/mkl26z64.c#L273" title="https://github.com/jgouly/frdm-mkl26z/blob/master/mkl26z64.c#L273"&gt;frdm-mkl26z/mkl26z64.c at master · jgouly/frdm-mkl26z · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;usb_init() : &lt;A href="https://github.com/jgouly/frdm-mkl26z/blob/master/usb.c#L343" title="https://github.com/jgouly/frdm-mkl26z/blob/master/usb.c#L343"&gt;frdm-mkl26z/usb.c at master · jgouly/frdm-mkl26z · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;USBOTG_IRQHandler() : &lt;A href="https://github.com/jgouly/frdm-mkl26z/blob/master/usb.c#L389" title="https://github.com/jgouly/frdm-mkl26z/blob/master/usb.c#L389"&gt;frdm-mkl26z/usb.c at master · jgouly/frdm-mkl26z · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or guidance would be great, and if you need more information, let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;This question seems similar to &lt;A href="https://community.nxp.com/message/377381"&gt;USB k20_100: no TOKENDNE interrupt. Please help.&lt;/A&gt;&amp;nbsp; but it was never resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2015 14:36:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367045#M18919</guid>
      <dc:creator>joeygouly</dc:creator>
      <dc:date>2015-03-08T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: USB interrupt reset</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367046#M18920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take a look at &lt;A href="http://www.utasker.com/kinetis/FRDM-KL26Z.html" title="http://www.utasker.com/kinetis/FRDM-KL26Z.html"&gt;http://www.utasker.com/kinetis/FRDM-KL26Z.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This contains USB composite device support for the FRDM-KL26Z (single or multiple CDC plus MSD and HID), also works with the Teensy 3.1 &lt;A href="http://www.utasker.com/kinetis/TEENSY_3.1.html" title="http://www.utasker.com/kinetis/TEENSY_3.1.html"&gt;µTasker Kinetis support&lt;/A&gt;&amp;nbsp; and is prepared for the Teensy LC &lt;A href="http://www.utasker.com/kinetis/TEENSY_LC.html" title="http://www.utasker.com/kinetis/TEENSY_LC.html"&gt;µTasker Kinetis Teensy LC support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have only USB status change interrupts it is probably a clocking problem but the above code will work out of the box and should give you a lot more features and is industrially proven. You can also work with (free Express edition) VisualStudio and simulate the boards in (approx.) real-time. Completely free for non-commercial use and supported in this forum. &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;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;K20: &lt;A href="http://www.utasker.com/kinetis/TWR-K20D72M.html" title="http://www.utasker.com/kinetis/TWR-K20D72M.html"&gt;µTasker Kinetis TWR-K20D72M support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/FRDM-K20D50M.html" title="http://www.utasker.com/kinetis/FRDM-K20D50M.html"&gt;µTasker Kinetis FRDM-K20D50M support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/TWR-K20D50M.html" title="http://www.utasker.com/kinetis/TWR-K20D50M.html"&gt;µTasker Kinetis TWR-K20D50M support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/TEENSY_3.1.html" title="http://www.utasker.com/kinetis/TEENSY_3.1.html"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;KL26: &lt;A href="http://www.utasker.com/kinetis/FRDM-KL26Z.html" title="http://www.utasker.com/kinetis/FRDM-KL26Z.html"&gt;µTasker Kinetis FRDM-KL26Z support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/TEENSY_LC.html" title="http://www.utasker.com/kinetis/TEENSY_LC.html"&gt;µTasker Kinetis Teensy LC support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Composite USB: &lt;A href="http://www.utasker.com/kinetis/USB_Device.html" title="http://www.utasker.com/kinetis/USB_Device.html"&gt;µTasker USB Device Configuration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;USB User's Guide: &lt;A href="http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF" title="http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF"&gt;http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2015 18:02:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367046#M18920</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-03-08T18:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: USB interrupt reset</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367047#M18921</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;&lt;/P&gt;&lt;P&gt;Thanks for the links!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to point to some useful parts of the code, such as USB handling, setting the clocks etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would prefer to get the code I have working, since I may end up trying to port existing code that is very similar, or uses the Teensy code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2015 21:40:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367047#M18921</guid>
      <dc:creator>joeygouly</dc:creator>
      <dc:date>2015-03-08T21:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: USB interrupt reset</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367048#M18922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you load the reference binary in the link you can compare clock registers with those that you have (using the debugger) and possibly find a difference that explains a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise it may be best to ask for help at the Teensy forum if your code needs to be based on it: &lt;A href="https://forum.pjrc.com/forum.php" title="https://forum.pjrc.com/forum.php"&gt;https://forum.pjrc.com/forum.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the Teensy LC's KL26 is not identical to the FRDM-KL26's since it is a cut-down version of it.&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;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis.html" target="_blank"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;K20: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TWR-K20D72M.html" target="_blank"&gt;µTasker Kinetis TWR-K20D72M support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/FRDM-K20D50M.html" target="_blank"&gt;µTasker Kinetis FRDM-K20D50M support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TWR-K20D50M.html" target="_blank"&gt;µTasker Kinetis TWR-K20D50M support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TEENSY_3.1.html" target="_blank"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;KL26: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/FRDM-KL26Z.html" target="_blank"&gt;µTasker Kinetis FRDM-KL26Z support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TEENSY_LC.html" target="_blank"&gt;µTasker Kinetis Teensy LC support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Composite USB: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/USB_Device.html" target="_blank"&gt;µTasker USB Device Configuration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;USB User's Guide: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF" target="_blank"&gt;http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2015 22:42:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367048#M18922</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-03-08T22:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: USB interrupt reset</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367049#M18923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any other help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 20:38:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367049#M18923</guid>
      <dc:creator>joeygouly</dc:creator>
      <dc:date>2015-03-12T20:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: USB interrupt reset</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367050#M18924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did the comparison with the register settings allow you to close in on a particluar area to look into in more details to solve the issue?&lt;/P&gt;&lt;P&gt;Did you get any feedback at the original developers' web sites?&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;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis.html" target="_blank"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;K20: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TWR-K20D72M.html" target="_blank"&gt;µTasker Kinetis TWR-K20D72M support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/FRDM-K20D50M.html" target="_blank"&gt;µTasker Kinetis FRDM-K20D50M support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TWR-K20D50M.html" target="_blank"&gt;µTasker Kinetis TWR-K20D50M support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TEENSY_3.1.html" target="_blank"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;KL26: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/FRDM-KL26Z.html" target="_blank"&gt;µTasker Kinetis FRDM-KL26Z support&lt;/A&gt; / &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/TEENSY_LC.html" target="_blank"&gt;µTasker Kinetis Teensy LC support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Composite USB: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/kinetis/USB_Device.html" target="_blank"&gt;µTasker USB Device Configuration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;USB User's Guide: &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF" target="_blank"&gt;http://www.utasker.com/docs/uTasker/USB_User_Guide.PDF&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 22:23:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367050#M18924</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-03-12T22:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: USB interrupt reset</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367051#M18925</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;&lt;/P&gt;&lt;P&gt;I've been busy and haven't had any time to ask on the PJRC forums, I was just bumping the thread here to see if I could get any other help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The weekend is closing in, then I'll have time to get my hands dirty!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 22:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367051#M18925</guid>
      <dc:creator>joeygouly</dc:creator>
      <dc:date>2015-03-12T22:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: USB interrupt reset</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367052#M18926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the Teensy USB code (rather than the external USB code I was trying before) and managed to get this working!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 18:39:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/USB-interrupt-reset/m-p/367052#M18926</guid>
      <dc:creator>joeygouly</dc:creator>
      <dc:date>2015-03-17T18:39:59Z</dc:date>
    </item>
  </channel>
</rss>

