<?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のトピックInterrupt Priority settings in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-Priority-settings-in-MCUXpresso-IDE/m-p/992706#M55742</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;&amp;nbsp; &amp;nbsp; I need to change interrupt priority in MCUXpresso IDE. I am using MK60FN512VMD10 device and MCUXpresso IDE. I my application i have many gpio interrupts and i need to set the interrupt priority in MCUXpresso IDE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any API for the same? if not then how to set interrupt priority of peripherals? Please share some examples or documents which can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Nandish Jasani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2020 04:53:51 GMT</pubDate>
    <dc:creator>nbjasani</dc:creator>
    <dc:date>2020-01-23T04:53:51Z</dc:date>
    <item>
      <title>Interrupt Priority settings in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-Priority-settings-in-MCUXpresso-IDE/m-p/992706#M55742</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;&amp;nbsp; &amp;nbsp; I need to change interrupt priority in MCUXpresso IDE. I am using MK60FN512VMD10 device and MCUXpresso IDE. I my application i have many gpio interrupts and i need to set the interrupt priority in MCUXpresso IDE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any API for the same? if not then how to set interrupt priority of peripherals? Please share some examples or documents which can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Nandish Jasani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2020 04:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-Priority-settings-in-MCUXpresso-IDE/m-p/992706#M55742</guid>
      <dc:creator>nbjasani</dc:creator>
      <dc:date>2020-01-23T04:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt Priority settings in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-Priority-settings-in-MCUXpresso-IDE/m-p/992707#M55743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @&lt;A _jive_internal="true" data-content-finding="Community" data-userid="353559" data-username="nbjasani" href="https://community.nxp.com/people/nbjasani"&gt;Nandish Jasani,&lt;/A&gt; &lt;/P&gt;&lt;P&gt;usually you would use the MCUXpresso SDK and its CMSIS-Core API to do this. To my understanding there is no SDK for he K60FN512. But for that part you could use the CMSIS for a comparable part, say K64 which is as as well an ARM Cortex-M4F (with FPU). You find the CMSIS files in a subfolder of the project:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/98762iECA5D9823202A1C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just in case: I wrote a multi-part tutorial about the ARM Cortex-M interrupts and API a while back, see&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://mcuoneclipse.com/2016/08/14/arm-cortex-m-interrupts-and-freertos-part-1/"&gt;ARM Cortex-M, Interrupts and FreeRTOS: Part 1&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://mcuoneclipse.com/2016/08/20/arm-cortex-m-interrupts-and-freertos-part-2/"&gt;ARM Cortex-M, Interrupts and FreeRTOS: Part 2&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://mcuoneclipse.com/2016/08/28/arm-cortex-m-interrupts-and-freertos-part-3/"&gt;ARM Cortex-M, Interrupts and FreeRTOS: Part 3&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Part 2 includes examples how to use the CMSIS API, e.g.&lt;/P&gt;&lt;DIV class=""&gt;&lt;CODE class=""&gt;NVIC_SetPriority(58-16, 0xA); &lt;/CODE&gt;&lt;CODE class=""&gt;/* IRQ Number 42, Interrupt Priority 0xA0 */&lt;/CODE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2020 11:35:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-Priority-settings-in-MCUXpresso-IDE/m-p/992707#M55743</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-01-23T11:35:55Z</dc:date>
    </item>
  </channel>
</rss>

