<?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: MPC5748 EOUT for FCCU in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661568#M7295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I configure them as below:&lt;/P&gt;&lt;P&gt;/* FCCU pin configure: EOUT0 --&amp;gt;PF10, EOUT1 --&amp;gt;PF12 */&lt;BR /&gt; SIUL2.MSCR[90].B.SSS = 5; /* Pad PF10--&amp;gt;EOUT0 */&lt;BR /&gt; SIUL2.MSCR[90].B.SRC = 3; /* Pad PF10: Full strength slew rate */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIUL2.MSCR[92].B.SSS = 4; /* Pad PF12--&amp;gt;EOUT1 */&lt;BR /&gt; SIUL2.MSCR[92].B.SRC = 3; /* Pad PF12: Full strength slew rate */&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2017 09:03:13 GMT</pubDate>
    <dc:creator>yuehedeng</dc:creator>
    <dc:date>2017-02-23T09:03:13Z</dc:date>
    <item>
      <title>MPC5748 EOUT for FCCU</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661566#M7293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello，&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I'm working on FCCU development with MPC5748. I want to use EOUT with Bi-stable protocol to inform external IC. Now I can inject fake faults to trigger FCCU alarm, but nothing happen to EOUT[1.0].&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;As written in datasheet, if configured as Bi-stable protocol, when in fault mode,&amp;nbsp;&lt;SPAN&gt;EOUT0 = 0, EOUT1 = 1. When normal, &lt;SPAN&gt;EOUT0 = &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, EOUT1 =&amp;nbsp;0. However, no matter in which state, the pins are always:&amp;nbsp;EOUT0 = 0&amp;nbsp;and&amp;nbsp;EOUT1 = 1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Also I haven't try to set EOUT0 and clear EOUT1 manually, but it didn't take effect.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;My EOUT0 is PF10, EOUT1 is PF12. The source code is shown as follows:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;void FCCU_CONFIG (void)&lt;BR /&gt;{&lt;BR /&gt; /* Unlock configuration */&lt;BR /&gt; FCCU.TRANS_LOCK.R = 0xBC; &lt;BR /&gt; &lt;BR /&gt; /* provide Config state key */&lt;BR /&gt; FCCU.CTRLK.R = 0x913756AF; //key for OP1&lt;BR /&gt; &lt;BR /&gt; /* enter config state - OP1 */&lt;BR /&gt; FCCU.CTRL.R = 0x1; //set OP1 - set up FCCU into the CONFIG mode&lt;BR /&gt; /* wait for successful state transition */&lt;BR /&gt; while (FCCU.CTRL.B.OPS != 0x3); //operation status succesful&lt;BR /&gt; &lt;BR /&gt; /**************************************/&lt;BR /&gt; /* Insert the FCCU configuration here*/&lt;BR /&gt; /**************************************/&lt;BR /&gt; /* FCCU pin configure: EOUT0 --&amp;gt;PF10, EOUT1 --&amp;gt;PF12 */&lt;BR /&gt; SIUL2.MSCR[90].B.SSS = 5; /* Pad PF10--&amp;gt;EOUT0 */&lt;BR /&gt; SIUL2.MSCR[90].B.OBE = 1; /* Pad PF10: OBE=1. */&lt;BR /&gt; SIUL2.MSCR[90].B.SRC = 3; /* Pad PF10: Full strength slew rate */&lt;/P&gt;&lt;P&gt;SIUL2.MSCR[92].B.SSS = 4; /* Pad PF12--&amp;gt;EOUT1 */&lt;BR /&gt; //SIUL2.MSCR[92].B.OBE = 1; /* Pad PF12: OBE=1. */&lt;BR /&gt; SIUL2.MSCR[92].B.SRC = 3; /* Pad PF12: Full strength slew rate */&lt;BR /&gt; &lt;BR /&gt; //GPIO_Set(EOUT0_PIN);&lt;BR /&gt; //GPIO_Clear(EOUT1_PIN);&lt;BR /&gt; &lt;BR /&gt; /* FS6502 only support Bi-stable Protocol */&lt;BR /&gt; /* ___________ ____________ */&lt;BR /&gt; /*EOUT0__| |_______________| */&lt;BR /&gt; /* _______________ */&lt;BR /&gt; /*EOUT1______________| | */&lt;BR /&gt; /* |Normal |error or config| */&lt;BR /&gt; FCCU.CFG.B.FOM = 2u; &lt;BR /&gt; FCCU.CFG.B.PS = 0u;&lt;BR /&gt; &lt;BR /&gt; /* FCCU moves into the ALARM state if the respective fault is enabled */&lt;BR /&gt; FCCU.NCF_TOE[0].R = 0xFFFFFFFF; //ALARM Timeout Enable&lt;BR /&gt; &lt;BR /&gt; FCCU.NCF_E[0].B.NCFE7 = 0x1; //Enable reaction on fault NCF[7]&lt;BR /&gt; &lt;BR /&gt; FCCU.IRQ_ALARM_EN[0].R = 0x80; //Enable ALARM interrupt on fault NCF[7]&lt;BR /&gt; INTC.PSR[488].R = 0x8000 | FCCU_ALARM_PRIORITY;&lt;BR /&gt; &lt;BR /&gt; /* set up the NOMAL mode of FCCU */&lt;BR /&gt; FCCU.CTRLK.R = 0x825A132B; //key for OP2 &lt;BR /&gt; FCCU.CTRL.R = 0x2; //set the OP2 - set up FCCU into the NORMAL mode&lt;BR /&gt; while (FCCU.CTRL.B.OPS != 0x3); //operational status succesful&lt;BR /&gt;}/* FCCU_CONFIG */&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 07:33:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661566#M7293</guid>
      <dc:creator>yuehedeng</dc:creator>
      <dc:date>2017-02-23T07:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748 EOUT for FCCU</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661567#M7294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I do not expect there is any issue. Did you configured SIUL2 properly?&lt;/P&gt;&lt;P&gt;I can test it on EVB and let you know.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 08:54:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661567#M7294</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2017-02-23T08:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748 EOUT for FCCU</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661568#M7295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I configure them as below:&lt;/P&gt;&lt;P&gt;/* FCCU pin configure: EOUT0 --&amp;gt;PF10, EOUT1 --&amp;gt;PF12 */&lt;BR /&gt; SIUL2.MSCR[90].B.SSS = 5; /* Pad PF10--&amp;gt;EOUT0 */&lt;BR /&gt; SIUL2.MSCR[90].B.SRC = 3; /* Pad PF10: Full strength slew rate */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIUL2.MSCR[92].B.SSS = 4; /* Pad PF12--&amp;gt;EOUT1 */&lt;BR /&gt; SIUL2.MSCR[92].B.SRC = 3; /* Pad PF12: Full strength slew rate */&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 09:03:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661568#M7295</guid>
      <dc:creator>yuehedeng</dc:creator>
      <dc:date>2017-02-23T09:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748 EOUT for FCCU</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661569#M7296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your cannot see output EOUT because your FCCU is not configured to signal out faults.&lt;/P&gt;&lt;P&gt;You are missing:&lt;/P&gt;&lt;P&gt;FCCU.CFG.B.FCCU_SET_AFTER_RESET = 0x1;// Write to start FCCU functioning.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See my example in attachment.&lt;/P&gt;&lt;P&gt;Also when FCCU is in config mode do not configure any other modules, just FCCU, until you exit FCCU config mode.&lt;/P&gt;&lt;P&gt;I also recommend to read relevant documentation for FCCU:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cache.nxp.com/assets/documents/data/en/application-notes/AN5284.pdf?fsrch=1&amp;amp;sr=3&amp;amp;pageNum=1" title="http://cache.nxp.com/assets/documents/data/en/application-notes/AN5284.pdf?fsrch=1&amp;amp;sr=3&amp;amp;pageNum=1"&gt;http://cache.nxp.com/assets/documents/data/en/application-notes/AN5284.pdf?fsrch=1&amp;amp;sr=3&amp;amp;pageNum=1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 12:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661569#M7296</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2017-02-23T12:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748 EOUT for FCCU</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661570#M7297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much. Now it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 05:55:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661570#M7297</guid>
      <dc:creator>yuehedeng</dc:creator>
      <dc:date>2017-02-24T05:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748 EOUT for FCCU</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661571#M7298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some confuse about eout,can help?&lt;/P&gt;&lt;P&gt;when i configure the register，the eout is configured to fault status,but there is no NCF fault,why?&lt;/P&gt;&lt;P&gt;and how to exit the fault status?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Oct 2019 02:11:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748-EOUT-for-FCCU/m-p/661571#M7298</guid>
      <dc:creator>李丽丽</dc:creator>
      <dc:date>2019-10-19T02:11:11Z</dc:date>
    </item>
  </channel>
</rss>

