<?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: 5223X Interrupt Controller -- setting levels/priorities</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151881#M4008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; [The UART misbehavior, at least, is masked in the "stock" code, because all&lt;/P&gt;&lt;P&gt;&amp;gt; three UART ports have interrupt handlers; the UART 2 handler erroneously&lt;/P&gt;&lt;P&gt;&amp;gt; gets invoked, sees nothing to do, and returns.]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So UART1 and 3 are requesting interrupts, the simultaneous requests with the same priorities generates the vector for UART 2, the service routine does nothing, and then ... the original requests are still pending so it interrupts again. So how does it ever get out of this loop?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe the "vector collision" isn't deterministic and sometimes it generates a valid vector and sometimes it doesn't. Freescale do warn of "undefined behavior", and all warnings like that should be taken very seriously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; Should I report that as well, or does anyone care about firmware that old?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You've reported it here. I think that's the best you can do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Apr 2012 10:23:10 GMT</pubDate>
    <dc:creator>TomE</dc:creator>
    <dc:date>2012-04-06T10:23:10Z</dc:date>
    <item>
      <title>5223X Interrupt Controller -- setting levels/priorities</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151875#M4002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;I'm doing some enhancement work on a project using the MC52233 ColdFire V2 MCU; the original development team is gone. It uses the Interniche TCP/IP stack (free version). My question has to do with setting interupt priorities and levels. The 52235 Reference Manual makes it very clear that every enabled interrupt must have a unique level/priority value, e.g., RM section 15.3.6:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " It is the responsibility of the software to program the ICRnx registers with unique and non-overlapping level and priority definitions. Failure to program the ICRnx registers in this manner can result in undefined behavior. ..."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;My concern is that the existing code doesn't do this. In particular, all the Fast Ethernet Controller interrupts (sources 23-35) are set with the exact same value: LVL=6, PRI=0. However, the corresponding vector table entries all point to the same interrupt handler, so doest that make this OK? If not, do you have any guidance for how the various interrupt sources should be prioritized?&amp;nbsp; The EPHY interrupt is at LVL=3, is that lower level typical?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;Also, can anyone point me to where the Interrupt Sources are listed?&amp;nbsp; In MCF52235RM Rev. 7,&amp;nbsp; in section 15.3.8.1 it refers to Table 15-6, but that is an incorrect reference; there doesn't seem to be any table showing the mapping of interrupt sources into the Interrupt Controller.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;Thanks!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 02:18:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151875#M4002</guid>
      <dc:creator>ScottTrappe</dc:creator>
      <dc:date>2012-04-05T02:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: 5223X Interrupt Controller -- setting levels/priorities</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151876#M4003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;My concern is that the existing code doesn't do this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;You've found a bug in the code. Fix it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;The priorities don't really matter most of the time. They only apply when interrupts at the same level happen at near-exactly the same time, or when interrupts have been masked out for a while and multiple interrupts at the same level are all active. Then the controller has to use the priority bits to decide which one to present to the CPU.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;If you do have multiple interrupts with the same priority at the same time then the interrupt controller will probably present a mangled interrupt vector. These sort of intermittent bugs are really hard to track down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&amp;gt; &lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;the corresponding vector table entries all point to the same interrupt&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&amp;gt; handler, so doest that make this OK?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;I don't think so. The interrupt controller generates a vector, not the service address. it is likely the hardware will select "all vectors" and you could end up with an AND or an OR of the different vectors.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt; &lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;In MCF52235RM Rev. 7,&amp;nbsp; in section 15.3.8.1 it refers to Table 15-6,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&amp;gt; but that is an incorrect reference;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;Please raise a support request with Freescale. You've found a serious error in that manual. I have Rev 6, and it has four PAGES of interrupt sources listed in that section. When they created Rev 7 they managed to kill this table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;The Rev 6 PDF has 660 pages. Rev 7 has 656, so it looks like they only left these four pages out.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;If you look at the Reference Manual Addendum - it doesn't list that Rev 7 has this problem either. so they need to fix the Manual and fix the Addendum until they can fix the manual.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;Click on "Support" and then "Create Service Request". You may need to exchange messages with them a few times until they can see the problem you're reporting.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;Read the Rev 6 manual here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&lt;A href="http://www.scribd.com/doc/47705663/User-Manual#outer_page_228" rel="nofollow" target="_blank"&gt;http://www.scribd.com/doc/47705663/User-Manual#outer_page_228&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;Send me a Private Message with your email address and I'll email you Rev 6.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 09:20:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151876#M4003</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2012-04-05T09:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: 5223X Interrupt Controller -- setting levels/priorities</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151877#M4004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;TomE wrote:&lt;BR /&gt;&lt;P&gt;&amp;gt; &lt;SPAN style="font-size: 12pt; font-family: TimesNewRomanPSMT;"&gt;In MCF52235RM Rev. 7,&amp;nbsp; in section 15.3.8.1 it refers to Table 15-6,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;&amp;gt; but that is an incorrect reference;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'TimesNewRomanPSMT';"&gt;Please raise a support request with Freescale. You've found a serious error in that manual. I have Rev 6, and it has four PAGES of interrupt sources listed in that section. When they created Rev 7 they managed to kill this table.&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I did that in June last year. They promised to report it to the documentation team.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 11:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151877#M4004</guid>
      <dc:creator>scifi</dc:creator>
      <dc:date>2012-04-05T11:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: 5223X Interrupt Controller -- setting levels/priorities</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151878#M4005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;FONT size="3"&gt;&amp;gt; I did that in June last year. They promised to report it to the documentation team.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;I'd like to say "Astounding, as six months later they released a Reference Manual Addendum without your Addenda", but I'm afraid I have to sadly say "that seems to be typical".&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;BR /&gt;Report it again. Keep reporting it. You can make a difference.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;I've just reported it as well. I also suggested they put the Rev 6 one back on the web site for the time being.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;I reported a similar problem in November 2009, and &lt;STRONG&gt;25 months&lt;/STRONG&gt; later got a fixed version - that won't be made available as it was found to mainly duplicate other documents. But it got fixed eventually:&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.freescale.com/message/59948#59948" title="https://community.freescale.com/message/59948#59948"&gt;&lt;FONT size="3"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="https://community.freescale.com/message/59948#59948" target="test_blank"&gt;https://community.freescale.com/message/59948#59948&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Tom&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 12:00:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151878#M4005</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2012-04-05T12:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: 5223X Interrupt Controller -- setting levels/priorities</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151879#M4006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your speedy and informative reply, especially the missing manual pages! I submitted a support request to Freescale, so perhaps one more vote will help tilt the scale to get them to actually fix this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My issue is wondering if it matters what priorities I should assign to the various FEC interrupts, so if anyone has any experience with this proessor using some other FEC driver than Interniche, I would be indebted to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 02:03:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151879#M4006</guid>
      <dc:creator>ScottTrappe</dc:creator>
      <dc:date>2012-04-06T02:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: 5223X Interrupt Controller -- setting levels/priorities</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151880#M4007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the benefit of any others reading this series of posts, I should confirm that Tom's comment about producing mangled vectors is exactly on-point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I originally stumbled on this problem while trying to figure out why we were getting "spurious" interrupts from UART 2 -- which was not configured to produce any interrupts!&amp;nbsp; This was when I noticed that UART 0 and 1, which are configured to generate interrupts, had the same Level/Priority settings. So apparently when both ports are simultaneously generating interrupts, the interrupt controller would get confused just as you say and synthesize a semi-random vector, in this case for UART 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, this mis-programming was introduced in the InterNiche TCP/IP stack that Freescale once promoted for use with this chip. All three UARTs use the same settings, as do all the FEC interrupts. Eric Gregory's HTTP server demo code carries on with this bug also. So it has a long ignoble history.&amp;nbsp;&amp;nbsp; [The UART misbehavior, at least, is masked in the "stock" code, because all three UART ports have interrupt handlers; the UART 2 handler erroneously gets invoked, sees nothing to do, and returns.]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I report that as well, or does anyone care about firmware that old?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 02:12:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151880#M4007</guid>
      <dc:creator>ScottTrappe</dc:creator>
      <dc:date>2012-04-06T02:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: 5223X Interrupt Controller -- setting levels/priorities</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151881#M4008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; [The UART misbehavior, at least, is masked in the "stock" code, because all&lt;/P&gt;&lt;P&gt;&amp;gt; three UART ports have interrupt handlers; the UART 2 handler erroneously&lt;/P&gt;&lt;P&gt;&amp;gt; gets invoked, sees nothing to do, and returns.]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So UART1 and 3 are requesting interrupts, the simultaneous requests with the same priorities generates the vector for UART 2, the service routine does nothing, and then ... the original requests are still pending so it interrupts again. So how does it ever get out of this loop?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe the "vector collision" isn't deterministic and sometimes it generates a valid vector and sometimes it doesn't. Freescale do warn of "undefined behavior", and all warnings like that should be taken very seriously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; Should I report that as well, or does anyone care about firmware that old?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You've reported it here. I think that's the best you can do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 10:23:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/151881#M4008</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2012-04-06T10:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: 5223X Interrupt Controller -- setting levels/priorities</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/1581205#M14324</link>
      <description>&lt;P class="lia-indent-padding-left-30px"&gt;I'm pleased to say this problem with the 2011 Rev 7 manual was fixed in 2015. There's a "Rev 7.1" manual. It has an Addendum which states:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;Replace the content of section 15.3.8.1 with the following text and Tables 15-16 and 15-17, which were &lt;/SPAN&gt;&lt;SPAN&gt;present in Rev. 6 of the reference manual but missing in Rev. 7:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Table 15-16 and Table 15-17 list the interrupt source assignments for Interrupt Controllers 0 and 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 23:33:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/5223X-Interrupt-Controller-setting-levels-priorities/m-p/1581205#M14324</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2023-01-11T23:33:51Z</dc:date>
    </item>
  </channel>
</rss>

