<?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>ColdFire/68K Microcontrollers and Processorsのトピック[MCF51JM128] USB Problem</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF51JM128-USB-Problem/m-p/195679#M8659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used MCF51JM128 to measure pulse width of input signal and send the result to PC with USB port.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following list is my brief hardware structure.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Signal -&amp;gt; Input Capture -&amp;gt; MCF51JM128 -&amp;gt; USB -&amp;gt; PC&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used usb.c,usb.h on AN3690 to send data to PC through USB port. But I encountered one problem, when I send data to PC through USB port. It will lower priority of other interrupt and I will lost some pulse of input signal.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I send data through USB but will not disturb the interrupt of input signal??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 03:08:17 GMT</pubDate>
    <dc:creator>Pogo</dc:creator>
    <dc:date>2012-12-03T03:08:17Z</dc:date>
    <item>
      <title>[MCF51JM128] USB Problem</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF51JM128-USB-Problem/m-p/195679#M8659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used MCF51JM128 to measure pulse width of input signal and send the result to PC with USB port.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following list is my brief hardware structure.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Signal -&amp;gt; Input Capture -&amp;gt; MCF51JM128 -&amp;gt; USB -&amp;gt; PC&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used usb.c,usb.h on AN3690 to send data to PC through USB port. But I encountered one problem, when I send data to PC through USB port. It will lower priority of other interrupt and I will lost some pulse of input signal.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I send data through USB but will not disturb the interrupt of input signal??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 03:08:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF51JM128-USB-Problem/m-p/195679#M8659</guid>
      <dc:creator>Pogo</dc:creator>
      <dc:date>2012-12-03T03:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: [MCF51JM128] USB Problem</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF51JM128-USB-Problem/m-p/195680#M8660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Coldfire supports seven different interrupt priority levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should set the priority of the data collection interrupt to be higher than the USB one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The USB code may be disabling all interrupts. You'll have to check for that and fix it if it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is doing that and you can't fix it you can always (very carefully) run your data collection interrupt at IPL7, which can't be masked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you need to find out how your development system supports your specifying different interrupt levels. It may not be as simple as setting it in just one place.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 05:51:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF51JM128-USB-Problem/m-p/195680#M8660</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2012-12-03T05:51:44Z</dc:date>
    </item>
  </channel>
</rss>

