<?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: MPC5748G, Lauterbach multiple-reset causes error in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433453#M1122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Flashing with JTAG was working but after the issue i could not flash using JTAG and the message erros appeared in trace32 .. but also the script poweronreset worked for one time after dispalying "thanks you".I found a breakpoint but i don't know what to do i have make steps but they will not finish so i click on run (go) and got the same problem again&lt;/P&gt;&lt;P&gt;Note that the script worked only once but i don't know why it hasn't worked after that @&lt;A _jive_internal="true" data-content-finding="Community" data-userid="221430" data-username="petervlna" href="https://community.nxp.com/people/petervlna" style="font-size: 1.286rem; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #8ca9cd;"&gt;Peter Vlna&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2016 12:57:27 GMT</pubDate>
    <dc:creator>chfakhtchfakht</dc:creator>
    <dc:date>2016-05-31T12:57:27Z</dc:date>
    <item>
      <title>MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433439#M1108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI everyone,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using PPC5748G processor for a certain application and using Trace32 Lauterbach for debugging and flashing. My problem is that when my application (basically it is a RTOS test) resets the core multiple times, the processor goes in a state where it has to be power-cycled, and simply resting the target doesn't work.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;meanwhile the debugger lists this error message :&lt;/P&gt;&lt;P&gt;"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; system.up error: received invalid OSR (0x000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - does the target assert JCOMP while RESET is asserted?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - is the device censored?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error: received invalid OSR while core running (0x000) "&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so is it a hardware limitation or is there any script that can help me solve this problem ?&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;Looking forward reply,&lt;BR /&gt;uali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 13:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433439#M1108</guid>
      <dc:creator>umarali</dc:creator>
      <dc:date>2015-05-14T13:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433440#M1109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi uali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is quite simple. I will try to explain it to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute 15 consecutive resets the device stay in permanent reset. This is your case. To recover from this state you need to execute power on reset.&lt;/P&gt;&lt;P&gt;I expect you do not disable SWT in startup (assembly code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Power on Reset(POR) the default timeout for SWT is 20ms. If this expire SWT module resets the device. If this happen 15 times -&amp;gt; device stay in permanent reset until POR is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to prevent this you need to dissable or service SWT during these 20ms after POR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the Lauterbach issue:&lt;/P&gt;&lt;P&gt;If you are able to attach with lauterbach during these 20ms x 15 times = 300ms then Lauterbach will disable the SWT automatically.&lt;/P&gt;&lt;P&gt;As this is a short time and usually you are not so fast with attach of debugger the micro will assert a reset after 15 SWT resets and you cannot connect until new POR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;1. Connect with debugger within 300ms&lt;/P&gt;&lt;P&gt;2. Hold external reset, Power the board, attach with debugger, do break, and release the external reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 08:10:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433440#M1109</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2015-07-03T08:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433441#M1110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uali, Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE32 can halt the processor directly at a power-on reset. This prevents the SWT or crashing application from triggering the reset escalation.&lt;/P&gt;&lt;P&gt;Select in the menu: MPC5XXX - Tools - Halt core at power-on reset. Then follow the instructions as displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reinhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:13:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433441#M1110</guid>
      <dc:creator>rweiss</dc:creator>
      <dc:date>2015-07-13T10:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433442#M1111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reinhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested it and it works!&lt;/P&gt;&lt;P&gt;Really cool feature. I was not aware of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 10:47:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433442#M1111</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2015-07-14T10:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433443#M1112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in my case no cmm file found for &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;==&amp;gt; - Tools - Halt core at power-on reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; what can i do ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 00:35:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433443#M1112</guid>
      <dc:creator>chfakhtchfakht</dc:creator>
      <dc:date>2016-05-23T00:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433444#M1113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i didn't understund the solution well&lt;/P&gt;&lt;P&gt;Firstly i have to connect the debugger to the ECU right ? hold external reset and power on ... attcach again with debugger how ? and then do break WHERE ? please explain more i'm stuck in this issue&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 00:37:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433444#M1113</guid>
      <dc:creator>chfakhtchfakht</dc:creator>
      <dc:date>2016-05-23T00:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433445#M1114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The cmm script is attached to this reply. Easiest way is to use this scripts.&lt;/P&gt;&lt;P&gt;I have also described to workaround in case you do not have lauterbach in other tread in this forum.&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 06:30:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433445#M1114</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-05-23T06:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433446#M1115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that the first method works : i have kept powering on/off with resetting every time and i catch the reset before the BOARD goes down ... i'll keep the cmm file in case i need it.However can you tell me were can i find those cmm files ,i have a lot of them missed &lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 19:49:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433446#M1115</guid>
      <dc:creator>chfakhtchfakht</dc:creator>
      <dc:date>2016-05-23T19:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433447#M1116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Lot of these scripts are usually included in latest version of Trace32 PowerView. (like halt core on power on reset)&lt;/P&gt;&lt;P&gt;Every user can customize its PowerView by writing a scripts.&lt;/P&gt;&lt;P&gt;And if you need help with writing scripts than contact Lauterbach. Their support works really well.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 08:13:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433447#M1116</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-05-24T08:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433448#M1117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the issue again since i'm flashing the final application using the bootloader and some errors appears in the flashing process that's way i could not reset the target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now i have tried&amp;nbsp; the cmm file (it tell me to power on/off) but after that i get the following error: ERROR while releasing RESET: timeOut of course after the message provided in discussion (received invalid OSR etc). Is there anything to do in this case or any other scripts that i can try &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:37:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433448#M1117</guid>
      <dc:creator>chfakhtchfakht</dc:creator>
      <dc:date>2016-05-30T10:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433449#M1118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;By explaining issue in details with "Some errors appears in the flashing process" you gave me really good picture of the issue.&lt;/P&gt;&lt;P&gt;Maybe would be good to explain what errors and what exactly caused them.&lt;/P&gt;&lt;P&gt;If you are playing with UTEST flash, you most probably locked micro via censorship.&lt;/P&gt;&lt;P&gt;If halt on power on reset script does not work I expect this to be the reason.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 10:53:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433449#M1118</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-05-30T10:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433450#M1119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/petervlna"&gt;petervlna&lt;/A&gt; The error is caused after trying to accomplish the following sequence:&lt;/P&gt;&lt;P&gt;1. Flash the application on the target : MPC5748G&lt;/P&gt;&lt;P&gt;2. Copy the bootloader to RAM&lt;/P&gt;&lt;P&gt;3. Use the bootloader to flash the final application (6Mb) , maybe i have not erased some adresses before the flash because in this step target reset will show&lt;/P&gt;&lt;P&gt;I'm just in an internship, i&amp;nbsp; don't know about the UTEST , i found that it's a area in the beginning of RAM and also i don't know about the details of every step.&lt;/P&gt;&lt;P&gt;I'm stuck in this issue , if you need more details just tell me were i can find them thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 17:20:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433450#M1119</guid>
      <dc:creator>chfakhtchfakht</dc:creator>
      <dc:date>2016-05-30T17:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433451#M1120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/chfakhtchfakht"&gt;chfakhtchfakht&lt;/A&gt; Or maybe in your code you're referring RAM area which is not initialized or Flash address space, which does not exist (Like 0x00F88000 block for example)... In this case you'll get machine check exception, which could lead to reset...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 06:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433451#M1120</guid>
      <dc:creator>alexvinchev</dc:creator>
      <dc:date>2016-05-31T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433452#M1121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you load the application to flash via debugger and not via bootloader application is it working?&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 06:38:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433452#M1121</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-05-31T06:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433453#M1122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Flashing with JTAG was working but after the issue i could not flash using JTAG and the message erros appeared in trace32 .. but also the script poweronreset worked for one time after dispalying "thanks you".I found a breakpoint but i don't know what to do i have make steps but they will not finish so i click on run (go) and got the same problem again&lt;/P&gt;&lt;P&gt;Note that the script worked only once but i don't know why it hasn't worked after that @&lt;A _jive_internal="true" data-content-finding="Community" data-userid="221430" data-username="petervlna" href="https://community.nxp.com/people/petervlna" style="font-size: 1.286rem; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #8ca9cd;"&gt;Peter Vlna&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 12:57:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433453#M1122</guid>
      <dc:creator>chfakhtchfakht</dc:creator>
      <dc:date>2016-05-31T12:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433454#M1123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/chfakhtchfakht"&gt;chfakhtchfakht&lt;/A&gt;​ is it possible that you accidentally censored your MCU (or part of its blocks)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:43:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433454#M1123</guid>
      <dc:creator>alexvinchev</dc:creator>
      <dc:date>2016-06-01T07:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433455#M1124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, you cannot connect with debugger after loading an application to micro.&lt;/P&gt;&lt;P&gt;Are you sure you are not playing with UTEST flash? (censorship area or DCF records)&lt;/P&gt;&lt;P&gt;Which Lauterbach script you have used to load the code into flash?&lt;/P&gt;&lt;P&gt;Do you have you XBAR clocks configured properly within the specification?&lt;/P&gt;&lt;P&gt;Did you try to lower BDM speed to 1MHz from default 4MHz in debugger?&lt;/P&gt;&lt;P&gt;Did micro stay in permanent reset?&lt;/P&gt;&lt;P&gt;What about stand alone? Is it running?&lt;/P&gt;&lt;P&gt;Did it generate any output signal? (output clock, pwm, fault state of FCCU...)&lt;/P&gt;&lt;P&gt;If you do not give me a full ;picture of what are you doing I cannot guide you.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 08:45:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433455#M1124</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-06-01T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433456#M1125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/alexvinchev"&gt;alexvinchev&lt;/A&gt;​&amp;nbsp; Please what censorchip means ? how it can be censored .... However i have not touch the board for about 24 hours and i tested again the script and it worked with the first test i clicked attach and i was able to connect with the MCU but i don't why it didn"t work in the previous tests ! thanks for your help :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 18:56:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433456#M1125</guid>
      <dc:creator>chfakhtchfakht</dc:creator>
      <dc:date>2016-06-01T18:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433457#M1126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really didn't understund anything of what you're saying but i finally solved the issue with the same script you gave to me thanks a lot ... It have been for about 3 month i'm developping for the MPC target and there is a lot of things to learn the dataSheet contains everything but i need more time .... btw do you know in any case the MPC is censored and nothing can be done to it since i don't want to have the same issue again... thanks for your time &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 19:02:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433457#M1126</guid>
      <dc:creator>chfakhtchfakht</dc:creator>
      <dc:date>2016-06-01T19:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G, Lauterbach multiple-reset causes error</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433458#M1127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To not censor micro, you need to stay away from UTEST flash memory.&lt;/P&gt;&lt;P&gt;By default debuggers denies the programing to this area and require modification of programing script to do so.&lt;/P&gt;&lt;P&gt;Therefore it is hard to lock micro by accident.&lt;/P&gt;&lt;P&gt;And as you are new to MPC I do not expect you will play with OTP areas on microcontroller.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 08:43:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Lauterbach-multiple-reset-causes-error/m-p/433458#M1127</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2016-06-02T08:43:53Z</dc:date>
    </item>
  </channel>
</rss>

