<?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>Kinetis Microcontrollers中的主题 Re: K66 interrupt controller register</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-interrupt-controller-register/m-p/494243#M30632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ariela,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; K66 is the ARM cortex -M4 core, about the interrupt register, you can find it in the ARM cortex M4 core document, please go to this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/CHDBIBGJ.html" title="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/CHDBIBGJ.html"&gt;ARM Information Center&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPSIE I&amp;nbsp;&amp;nbsp;&amp;nbsp; Enable interrupts (clear PRIMASK). Same as __enable_irq();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPSID I&amp;nbsp; Disable interrupts (set PRIMASK). NMI and HardFault are not affected. Same as __disable_irq();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please contact me!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 05:32:50 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2016-05-04T05:32:50Z</dc:date>
    <item>
      <title>K66 interrupt controller register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-interrupt-controller-register/m-p/494241#M30630</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;This is kind of a veru basic question but I couldn't find in the K66 Sub-Family Reference Manual the interrupt controller register. Specifically I'd like to know which register is used for enabling/disabling all interrupts (the one affected by CPSIE/D I). Is this register visible in the debugger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: small;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: small;"&gt;Ariela &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 04:44:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-interrupt-controller-register/m-p/494241#M30630</guid>
      <dc:creator>arielablumer</dc:creator>
      <dc:date>2016-05-03T04:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: K66 interrupt controller register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-interrupt-controller-register/m-p/494242#M30631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the 'basic' answers in:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/390553"&gt;How does “CPSID” (used to control interrupts) work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/390600"&gt;Will the KL17 allow higher priority interrupts to interrupt a lower priority interrupt?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Register window (including PRIMASK) in IAR on an M0+ core (no BASEPRI as K66 will have):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56446i35AB0A2E422D63C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 14:43:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-interrupt-controller-register/m-p/494242#M30631</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-05-03T14:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: K66 interrupt controller register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-interrupt-controller-register/m-p/494243#M30632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ariela,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; K66 is the ARM cortex -M4 core, about the interrupt register, you can find it in the ARM cortex M4 core document, please go to this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/CHDBIBGJ.html" title="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/CHDBIBGJ.html"&gt;ARM Information Center&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPSIE I&amp;nbsp;&amp;nbsp;&amp;nbsp; Enable interrupts (clear PRIMASK). Same as __enable_irq();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPSID I&amp;nbsp; Disable interrupts (set PRIMASK). NMI and HardFault are not affected. Same as __disable_irq();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please contact me!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 05:32:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K66-interrupt-controller-register/m-p/494243#M30632</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-05-04T05:32:50Z</dc:date>
    </item>
  </channel>
</rss>

