<?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のトピックRe: Delay Interrupt from fireing</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176738#M6934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Are you using edge- or level-triggered interrupts with the e-port module?&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT face="Helvetica" size="1"&gt;&lt;/FONT&gt;&lt;P align="left"&gt;&lt;FONT face="Helvetica" size="1"&gt;To guarantee that a level-sensitive interrupt request is acknowledged,&lt;BR /&gt;the interrupt source must keep the signal asserted until acknowledged by software. Level sensitivity must be selected&lt;BR /&gt;to bring the device out of stop mode with an IRQ&lt;I&gt;&lt;FONT size="1"&gt;&lt;FONT face="Times New Roman"&gt;n&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt; &lt;FONT face="Helvetica" size="1"&gt;interrupt.&lt;BR /&gt;Pins configured as edge-triggered are latched and need not remain asserted for interrupt generation. A pin&lt;BR /&gt;configured for edge detection can trigger an interrupt regardless of its configuration as input or output.&lt;BR /&gt;Interrupt requests generated in the EPORT module can be masked by the interrupt controller module.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;If you are using edge-triggered, then I believe you are fine -- once triggered,&amp;nbsp;the e-port will continue to request the interrupt for you until it is acknowledged (it will see what looks like a very slow response time).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Again, this is my understanding, but I'd say it always warrants confirmation with the hardware.&amp;nbsp; (I actually run my e-port interrupt at a *higher* priority than my timer and USB, so I can't confirm it empirically -- I can tell you, however, I've never lost a timer or USB interrupt, on the other end of the equation.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2008 04:15:04 GMT</pubDate>
    <dc:creator>RichTestardi</dc:creator>
    <dc:date>2008-07-30T04:15:04Z</dc:date>
    <item>
      <title>Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176735#M6931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I have a MCF52231 Design which has&amp;nbsp; an interrupt signal connect to Edge port flag 1, and flag 2, Is there&amp;nbsp;a way to have the intrrupt hold off on calling its handler, until I allow the to fire.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When the interrupts are resumed, I want any lines that have toggled to then call their handler, so I dont miss the interrupt.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have a loop that looks like&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;while(1){&amp;nbsp;&amp;nbsp; PauseInt();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Set interrupt to hold off&amp;nbsp;&amp;nbsp; MainLoop_Check_FUNCTION();&amp;nbsp;&amp;nbsp; // Process some code&amp;nbsp;&amp;nbsp; ResumeInt();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // resume interrupts&amp;nbsp;&amp;nbsp; tk_sleep(200*5);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Sleep process for 5 sec (while interrupts clear)}&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Thanks&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:25:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176735#M6931</guid>
      <dc:creator>WOLF</dc:creator>
      <dc:date>2020-10-29T09:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176736#M6932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;An easy way to hold off certain interrupts while allowing others is to use the processor interrupt priority mask in bits 10-8 of the processor Status Register (see 1.5.1 of ColdFire® Family Programmer’s Reference Manual).&amp;nbsp; This field is defined as:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT face="Helvetica" size="1"&gt;&lt;/FONT&gt;&lt;P align="left"&gt;&lt;FONT face="Helvetica" size="1"&gt;Interrupt priority mask. Defines the current interrupt priority. Interrupt requests are inhibited for all&lt;BR /&gt;priority levels less than or equal to the current priority, except the edge-sensitive level-7 request,&lt;BR /&gt;which cannot be masked.&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You then want to assign (thru the MCF_INTC0_ICR*) your e-port interrupts to use, for example, priority 1, and your clock interrupt (or other interrupts which you don't want to hold off) to use, for example, priority 6.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then you can hold off priority 1, 2, and 3 interrupts while allowing priority 4, 5, and 6 (and 7) interrupts by setting the processor interrupt priority mask to 3 (in your PauseInt()).&amp;nbsp; You can later restore the mask to 0 to allow all interrupts again (in your ResumeInt()).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;One word of caution -- I don't understand the difference between "priority" and "level" in the MCF_INTC0_ICR*, but have never had a problem with just setting them to be the same -- i.e., 6 and 6, or 1 and 1, etc.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 01:26:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176736#M6932</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-07-30T01:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176737#M6933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;are you 100% sure that when I change the priority level (to hold of the interrupts), that once i restore the priority level, and interupts that should of be serviced then are serviced, and NOT missed?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 02:41:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176737#M6933</guid>
      <dc:creator>WOLF</dc:creator>
      <dc:date>2008-07-30T02:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176738#M6934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Are you using edge- or level-triggered interrupts with the e-port module?&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT face="Helvetica" size="1"&gt;&lt;/FONT&gt;&lt;P align="left"&gt;&lt;FONT face="Helvetica" size="1"&gt;To guarantee that a level-sensitive interrupt request is acknowledged,&lt;BR /&gt;the interrupt source must keep the signal asserted until acknowledged by software. Level sensitivity must be selected&lt;BR /&gt;to bring the device out of stop mode with an IRQ&lt;I&gt;&lt;FONT size="1"&gt;&lt;FONT face="Times New Roman"&gt;n&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt; &lt;FONT face="Helvetica" size="1"&gt;interrupt.&lt;BR /&gt;Pins configured as edge-triggered are latched and need not remain asserted for interrupt generation. A pin&lt;BR /&gt;configured for edge detection can trigger an interrupt regardless of its configuration as input or output.&lt;BR /&gt;Interrupt requests generated in the EPORT module can be masked by the interrupt controller module.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;If you are using edge-triggered, then I believe you are fine -- once triggered,&amp;nbsp;the e-port will continue to request the interrupt for you until it is acknowledged (it will see what looks like a very slow response time).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Again, this is my understanding, but I'd say it always warrants confirmation with the hardware.&amp;nbsp; (I actually run my e-port interrupt at a *higher* priority than my timer and USB, so I can't confirm it empirically -- I can tell you, however, I've never lost a timer or USB interrupt, on the other end of the equation.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2008 04:15:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176738#M6934</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-07-30T04:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176739#M6935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I believe that the same can be achieved in two other ways too.&lt;BR /&gt;&lt;BR /&gt;1. Simply mask the edge port interrupts using the appropriate bit in IC_IMRL_0 / IC_IMRH_1. Edge sensitive interripts will set the pending bit but the interrupt will only be serviced once the mask has been removed.&lt;BR /&gt;&lt;BR /&gt;2. Set the corresponding ICR values to 0 ( IC_ICR_0_1..IC_ICR_0_7 / IC_ICR_1_32..IC_ICR_1_38). This gives the interrupt a priority of 0 and so it will never be service even if its mask is cleared. When its priority is raised, by setting ICR again to any level value from 1..7 it will be serviced if pending (latched on previous edge).&lt;BR /&gt;&lt;BR /&gt;Note that the edge ports IRQ1 to IRQ7 have fixed priority (mid-level) so only the level is relevant in their cases - however IRQ8..IRQ15 can have both level and priority assigned.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.uTasker.com" rel="nofollow" target="_blank"&gt;www.uTasker.com&lt;/A&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 03:18:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176739#M6935</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2008-08-01T03:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176740#M6936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks for everyones responses.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;One more question I'm using Interrupts 1,2,3,5 of EPORT. I know the priority is hard coded for these, but is there any chance that is lets say Int1 fires, and before it finishes int 5 fires. can 5 actually interrupt the the 1st interrupt?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;in my code i have&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;MCF_INTC1_ICR33 = MCF_INTC_ICR_IL(1);&lt;BR /&gt;&amp;nbsp;MCF_INTC1_ICR34 = MCF_INTC_ICR_IL(1);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;MCF_INTC1_ICR35 = MCF_INTC_ICR_IL(1);&lt;BR /&gt;&amp;nbsp;MCF_INTC1_ICR37 = MCF_INTC_ICR_IL(1);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 01:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176740#M6936</guid>
      <dc:creator>WOLF</dc:creator>
      <dc:date>2008-08-02T01:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176741#M6937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I believe that once you reach the interrupt service routine for interrupt level 1, other interrupt level 1 interrupts are automatically masked.&amp;nbsp; See section 11.1 (Exception Processing Overview)&amp;nbsp;of ColdFire® Family Programmer’s Reference Manual:&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="TimesNewRoman"&gt;&lt;/FONT&gt;&lt;BLOCKQUOTE&gt;&lt;P align="left"&gt;Exception processing can be defined as the time from the detection of the fault&lt;BR /&gt;condition until the fetch of the first handler instruction has been initiated. It&lt;BR /&gt;consists of the following four major steps:&lt;BR /&gt;&amp;nbsp; 1. The processor makes an internal copy of the status register (SR) and then&lt;BR /&gt;&amp;nbsp; enters supervisor mode by setting SR[S] and disabling trace mode by clearing&lt;BR /&gt;&amp;nbsp; SR[T]. The occurrence of an interrupt exception also clears SR[M] and sets&lt;BR /&gt;&amp;nbsp; the interrupt priority mask, SR[I] to the level of the current interrupt request.&lt;BR /&gt;&amp;nbsp; 2. ...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P align="left"&gt;Now if you change the SR Interrupt priority mask explicitly, you probably can override that behavior, but that seems dangerous as it can lead to a lot of stack growth -- typically you want to only need to reserve stack space for one instance of each unique interrupt level's handlers...&amp;nbsp; (I'm assuming you are not doing that.)&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;-- Rich&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 02:31:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176741#M6937</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-08-02T02:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176742#M6938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi&lt;BR /&gt;&lt;BR /&gt;When the IRQ is taken, the SR register is set with the level of the interrupt - this stops equally or lower levels from interrupting each other. Higher levels can interrupt after one instruction.&lt;BR /&gt;&lt;BR /&gt;The CW assembler puts the following instruction (not interruptable) at the first line of an irq:&lt;BR /&gt;strldsr #0x2700&lt;BR /&gt;&lt;BR /&gt;This masks all interrupts (apart from NMI level 7).&lt;BR /&gt;&lt;BR /&gt;I believe that the way that the assembler (compiler) operates is configurable so that nested interrupts can be defined as default (the mask would be left as it is), but I couldn't find a reference to it when I just checked through the docs. With GCC, interrupts can be specifically defined to be fully masked or interruptable by using the appropriate interrupt definition.&lt;BR /&gt;&lt;BR /&gt;Does any one know the CW equivalent?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.uTasker.com" rel="nofollow" target="_blank"&gt;www.uTasker.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 19:04:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176742#M6938</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2008-08-05T19:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176743#M6939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I believe the syntax is:&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;;
;   21: }
;   22: 
;   23: 
;   24: static __declspec(interrupt:5) void DMATIM0_ISR()
;   25: {
;   26:  
;
0x00000000                    _DMATIM0_ISR:
;                             DMATIM0_ISR:
0x00000000  0x40E746FC0005           strldsr  #0x5
0x00000006  0x4E560000               link     a6,#0
0x0000000A  0x598F                   subq.l   #4,a7
;
;   27: }
;
0x0000000C  0x4E5E                   unlk     a6
0x0000000E  0x588F                   addq.l   #4,a7
0x00000010  0x4E73                   rte     
0x00000012  0x51FC                   trapf   

 &lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;BTW&amp;nbsp; CW 7.1 for CF has been posted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:25:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176743#M6939</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2020-10-29T09:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Delay Interrupt from fireing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176744#M6940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Jim&lt;BR /&gt;&lt;BR /&gt;Thanks - this is good to know.&lt;BR /&gt;&lt;BR /&gt;I just searched the forum with this syntax and found a good complete description from Simon Marsden:&lt;BR /&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=2021" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=2021&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I knew that I had seen some thing on this before so have set a book mark so that I don't lose it again!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 23:59:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Delay-Interrupt-from-fireing/m-p/176744#M6940</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2008-08-05T23:59:56Z</dc:date>
    </item>
  </channel>
</rss>

