<?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 Re: Configuration of NMI line from SBC to MPC5777C for INTB? in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902911#M13401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Yes, you are right. I have just corrected it.&lt;/P&gt;&lt;P&gt;void Machine_check_handler(void)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // Toggle LED&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SIU.GPDO[LED1_pin].R ^= 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; // Clear Flag&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SIU.EISR.R = 0x80000000; // NMI0&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked with SIU.EISR.B.EIF0 = 1 as well but only as coincidence of improper usage of .B instance. Pay attention to following document, section 3.2:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf" title="http://www.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf"&gt;http://www.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Just a typo int the comment. But pressing of button may be configured for any of the edge, either it reacts of press or release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3, 4)&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/83658i7C6E3FB782F7312D/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;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83659iA71C8B3492AD1143/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Just to note example suspect jumper below, position 1-2 as OPEN.&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/83716i0B429705F380B28E/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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2019 11:38:03 GMT</pubDate>
    <dc:creator>davidtosenovjan</dc:creator>
    <dc:date>2019-05-23T11:38:03Z</dc:date>
    <item>
      <title>Configuration of NMI line from SBC to MPC5777C for INTB?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902907#M13397</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;I am using FS6513CAE with MPC5777C in the project. The pin INTB is connected to the NMI pin of MCU. The INTB is generating an interrupt when IO_0 undergoes state change(Verified on oscilloscope). The SIU_EISR register doesn't show&amp;nbsp;the NMI0 bit getting changed(Stays 0- No NMI event has occurred on the NMI input of Core0). So, MCU is not acknowledging the interrupt &amp;amp; ISR is not getting hit obviously. IVOR1 handler is present in the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configurations done on MCU for the NMI pin-&lt;/P&gt;&lt;P&gt;1. GPIO pad 213 configured as NMI alternate functionality, pin direction is input only.&lt;/P&gt;&lt;P&gt;2. SIU.DIRER.B.NMISEL8= 0;&amp;nbsp; &amp;nbsp;/*Routing interrupt as NMI (IVOR1 handler) to Core0*/&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;SPAN&gt; &lt;/SPAN&gt;SIU.IFEER.B.IFEE_NMI8= 1;&amp;nbsp; &amp;nbsp; /*Enabling the falling edge event for Core0*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I missed any part of the configuration; because of which, I am not getting interrupt acknowledged in the SIU_EISR register???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 10:53:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902907#M13397</guid>
      <dc:creator>vaibhav_sharma</dc:creator>
      <dc:date>2019-05-21T10:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of NMI line from SBC to MPC5777C for INTB?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902908#M13398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bits EE &amp;amp; ME in MSR(Machine state register) of the core(e200z759CRM) are also made 1 in order to enable the machine check exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please respond!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 04:31:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902908#M13398</guid>
      <dc:creator>vaibhav_sharma</dc:creator>
      <dc:date>2019-05-22T04:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of NMI line from SBC to MPC5777C for INTB?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902909#M13399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have just created example based on setting you have shared:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-343515"&gt;Example MPC5777C-SIUL_External_NMI GHS714&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is just working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIU.DIRER.B.NMISEL8 = 0 and SIU.IFEER.B.IFEE_NMI8= 1 is the all needed configuration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSR[ME] does not mask NMI, it may stay cleared.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 12:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902909#M13399</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2019-05-22T12:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of NMI line from SBC to MPC5777C for INTB?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902910#M13400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. As NMI is the user switch input in this example; why was&amp;nbsp;NMI0 bit not cleared in place of EIF0 in&amp;nbsp;Machine_check_handler()?&lt;/P&gt;&lt;P&gt;2. The description(comments in the code) says rising edge will be considered as detection of NMI, but IFEER register is configured in the code;&amp;nbsp;is it because either of them is configurable here, as switch press &amp;amp; release would generate both?&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;Could u share the screenshot of the EISR register being set &amp;amp; waveform of the output being toggled(LED)?&lt;/P&gt;&lt;P&gt;4. I've rechecked the parameters, but still there is no NMI0 bit being set in EISR register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 05:40:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902910#M13400</guid>
      <dc:creator>vaibhav_sharma</dc:creator>
      <dc:date>2019-05-23T05:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration of NMI line from SBC to MPC5777C for INTB?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902911#M13401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Yes, you are right. I have just corrected it.&lt;/P&gt;&lt;P&gt;void Machine_check_handler(void)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // Toggle LED&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SIU.GPDO[LED1_pin].R ^= 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; // Clear Flag&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SIU.EISR.R = 0x80000000; // NMI0&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked with SIU.EISR.B.EIF0 = 1 as well but only as coincidence of improper usage of .B instance. Pay attention to following document, section 3.2:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf" title="http://www.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf"&gt;http://www.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Just a typo int the comment. But pressing of button may be configured for any of the edge, either it reacts of press or release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3, 4)&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/83658i7C6E3FB782F7312D/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;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83659iA71C8B3492AD1143/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Just to note example suspect jumper below, position 1-2 as OPEN.&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/83716i0B429705F380B28E/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 11:38:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Configuration-of-NMI-line-from-SBC-to-MPC5777C-for-INTB/m-p/902911#M13401</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2019-05-23T11:38:03Z</dc:date>
    </item>
  </channel>
</rss>

