<?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>topic NMI/PA4 setup on the K26 using PE in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/NMI-PA4-setup-on-the-K26-using-PE/m-p/470614#M5137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;System - KDS 3.1 with all the updates&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just started a new project using the K26 and tried to find where the NMI/PA4 is controlled within PE but could not find it.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did find one of Erich's old blogs on the subject but it highlights this in an older version of PE. Can anyone help with this as it does not seem to be within the CPU component any more?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 15:45:18 GMT</pubDate>
    <dc:creator>therealfreegeek</dc:creator>
    <dc:date>2016-06-01T15:45:18Z</dc:date>
    <item>
      <title>NMI/PA4 setup on the K26 using PE</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/NMI-PA4-setup-on-the-K26-using-PE/m-p/470614#M5137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;System - KDS 3.1 with all the updates&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just started a new project using the K26 and tried to find where the NMI/PA4 is controlled within PE but could not find it.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did find one of Erich's old blogs on the subject but it highlights this in an older version of PE. Can anyone help with this as it does not seem to be within the CPU component any more?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 15:45:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/NMI-PA4-setup-on-the-K26-using-PE/m-p/470614#M5137</guid>
      <dc:creator>therealfreegeek</dc:creator>
      <dc:date>2016-06-01T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: NMI/PA4 setup on the K26 using PE</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/NMI-PA4-setup-on-the-K26-using-PE/m-p/470615#M5138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&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/59021iDA5372076A7523CA/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;P&gt;I found that if you leave the default pin_mux Component has the NMI enabled with a function call from hardware_init() as shown above.&lt;/P&gt;&lt;P&gt;If you "un-check" the "Init" on the SCB tab of the pin_mux Component then the NMI is left to default state.&lt;/P&gt;&lt;P&gt;I didn't see option for disabling NMI specifically but in the pin_mux.c there is the following function you can call to disable NMI:&lt;/P&gt;&lt;P&gt;void deinit_scb_pins(uint32_t instance)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; PORT_HAL_SetMuxMode(PORTA,4UL,kPortPinDisabled);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone else might have another (better) answer.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 21:47:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/NMI-PA4-setup-on-the-K26-using-PE/m-p/470615#M5138</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-06-01T21:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: NMI/PA4 setup on the K26 using PE</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/NMI-PA4-setup-on-the-K26-using-PE/m-p/470616#M5139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David, I had never noticed or looked in the SCB tab before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 15:23:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/NMI-PA4-setup-on-the-K26-using-PE/m-p/470616#M5139</guid>
      <dc:creator>therealfreegeek</dc:creator>
      <dc:date>2016-06-02T15:23:18Z</dc:date>
    </item>
  </channel>
</rss>

