<?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>MPC5xxxのトピックRe: FCCU Reset</title>
    <link>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628225#M5740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，bhat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Do you solve this problem?I have same issue with you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2016 07:37:09 GMT</pubDate>
    <dc:creator>lmonologue</dc:creator>
    <dc:date>2016-11-30T07:37:09Z</dc:date>
    <item>
      <title>FCCU Reset</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628223#M5738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am &amp;nbsp;using MPC5744P,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The execution gets halts in while loop, once i try to enter into configuration state.&lt;/P&gt;&lt;P&gt;The execution will enters into aborted state, we are clearing the FCCU.NCFSx flag before entering into configuration state.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;And I am not debugging it, since because of watchdog timer starts once i try to enter into config state.&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Code using:&lt;/P&gt;&lt;P&gt;/* Unlock configuration */&lt;BR /&gt; FCCU.TRANS_LOCK.B.TRANSKEY = 0xBC;&lt;/P&gt;&lt;P&gt;/* provide Config state key */&lt;BR /&gt; FCCU.CTRLK.R = 0x913756AF;&lt;BR /&gt; /* enter config state - OP1 */&lt;/P&gt;&lt;P&gt;Clear_Flags();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/*Clear NCFSx falg*/&lt;BR /&gt; FCCU.CTRL.R = 0x1;&lt;/P&gt;&lt;P&gt;/* Verify if state change was sucessful */&lt;BR /&gt; while (FCCU.CTRL.B.OPS != 0x3)test=FCCU.CTRL.B.OPS;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To Clear the NCFSx using below code:&lt;/P&gt;&lt;P&gt;FCCU.NCFK.R = 0xAB3498FE;&lt;BR /&gt;FCCU.NCF_S[0].R = 0xFFFFFFFF; // read FCCU.NCF_S0 register&lt;BR /&gt;/* Verify if state change was successful */&lt;BR /&gt;while (FCCU.CTRL.B.OPS != 0x3); //Operation status successful&lt;BR /&gt;/* NCFS_1 register clear */&lt;BR /&gt;FCCU.NCFK.R = 0xAB3498FE; //Non-critical fault key = AB34_98FEh&lt;BR /&gt;FCCU.NCF_S[1].R = 0xFFFFFFFF; // clear FCCU.NCF_S1 register&lt;BR /&gt;/* Verify if state change was successful */&lt;BR /&gt;while (FCCU.CTRL.B.OPS != 0x3); //Operation status successful&lt;BR /&gt;/* NCFS_2 register clear */&lt;BR /&gt;FCCU.NCFK.R = 0xAB3498FE; //Non-critical fault key = AB34_98FEh&lt;BR /&gt;FCCU.NCF_S[2].R = 0xFFFFFFFF; // clear FCCU.NCF_S2 register&lt;BR /&gt;/* Verify if state change was sucessful */&lt;BR /&gt;while (FCCU.CTRL.B.OPS != 0x3); //Operation status succesfull&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="221430" data-objecttype="3" href="https://community.nxp.com/people/petervlna"&gt;Peter Vlna&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Is there any thing i am missing?&lt;/P&gt;&lt;P&gt;is there any other way of doing it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 05:07:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628223#M5738</guid>
      <dc:creator>harshavardhanbh</dc:creator>
      <dc:date>2016-11-28T05:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: FCCU Reset</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628224#M5739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes you are clearing the faults before mode change request.&lt;/P&gt;&lt;P&gt;But after clearing the active fault can be immediately set if the fault is still present in its source.&lt;/P&gt;&lt;P&gt;So, verify after clearing, if the fault was really resolved and cleared.&lt;/P&gt;&lt;P&gt;While(FCCU.NCFS != 0)&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 06:40:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628224#M5739</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-11-29T06:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: FCCU Reset</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628225#M5740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，bhat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Do you solve this problem?I have same issue with you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 07:37:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628225#M5740</guid>
      <dc:creator>lmonologue</dc:creator>
      <dc:date>2016-11-30T07:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: FCCU Reset</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628226#M5741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jun Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, i am having problem with FCCU.&lt;/P&gt;&lt;P&gt;I have tried lot but its not working for me...!! &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 08:02:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628226#M5741</guid>
      <dc:creator>harshavardhanbh</dc:creator>
      <dc:date>2016-11-30T08:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: FCCU Reset</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628227#M5742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I do not understand why you are still struggling with FCCU.&lt;/P&gt;&lt;P&gt;I have wrote 2 application notes explaining how to work with it.&lt;/P&gt;&lt;P&gt;Just make sure (read the faults in NCFSx) that faults are cleared before FCCU state change.&lt;/P&gt;&lt;P&gt;Have in mind you cannot step with debugger while FCCU is in CONFIG state and no other operation can be done while FCCU is in CONFIG state.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:00:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628227#M5742</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-11-30T12:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: FCCU Reset</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628228#M5743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you fix the FCCU issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 17:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FCCU-Reset/m-p/628228#M5743</guid>
      <dc:creator>praveenkumar123</dc:creator>
      <dc:date>2017-09-22T17:27:55Z</dc:date>
    </item>
  </channel>
</rss>

