<?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: Sporadic debug launch issues after upgrade in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1178237#M6331</link>
    <description>&lt;P&gt;So this does the same as when I routinely quite MCUXpresso go and find redline server, kill it and relaunch the whole thing. &amp;nbsp;The fact that there is a specific button in the GUI to 'clean up' is ridiculous. &amp;nbsp;Why not just fix the server so it doesn't lock up?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2020 20:25:10 GMT</pubDate>
    <dc:creator>alannilsson</dc:creator>
    <dc:date>2020-11-04T20:25:10Z</dc:date>
    <item>
      <title>Sporadic debug launch issues after upgrade</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1176126#M6295</link>
      <description>&lt;P&gt;I have recently upgraded from 10.2 to 11.1.1. &amp;nbsp;Since then I am now sporadically seeing the following error when I try to launch a debug session:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="times new roman,times" size="2"&gt;following reset read of core registers failed - Ep(08). Cannot access core regs when target running.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="2" color="#FF0000"&gt;Target error from Commit Flash write: Ep(08). Cannot access core regs when target running.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot seem to find rhyme or reason, sometimes just rebuilding and retrying works, sometimes unplugging LPC links and replugging fixes it. &amp;nbsp;Other time I just have to keep trying multiple times and it will succeed. &amp;nbsp;Power cycling target has no effect.&lt;/P&gt;&lt;P&gt;I have never seen this until upgrading and I can't reliably figure out why I see it. &amp;nbsp;Anyone have any idea what it means and how to clear it.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 00:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1176126#M6295</guid>
      <dc:creator>alannilsson</dc:creator>
      <dc:date>2020-10-31T00:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sporadic debug launch issues after upgrade</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1176522#M6311</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;How about disconnect the debugger before next time debug:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-11-02_16-45-20.jpg" style="width: 185px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/128818i640E330BD706CA2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-02_16-45-20.jpg" alt="2020-11-02_16-45-20.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And maybe related your project, you can try to debug a simple demo project to test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regard,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 08:58:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1176522#M6311</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-11-02T08:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sporadic debug launch issues after upgrade</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1176969#M6315</link>
      <description>&lt;P&gt;This has happened on multiple projects now.&amp;nbsp; It never happened on the same projects in 10.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the 'Cleanup Debug' button do?&amp;nbsp; Whats its purpose, why is it needed?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 05:07:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1176969#M6315</guid>
      <dc:creator>alannilsson</dc:creator>
      <dc:date>2020-11-03T05:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sporadic debug launch issues after upgrade</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1177017#M6319</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN&gt;What is the 'Cleanup Debug' button do?&amp;nbsp; Whats its purpose, why is it needed?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Eclipse and GDB are using a client-server architecture. And it could be that the server is not terminated or blocking, making a connection not possible. The 'Clean Debug' tries to kill these processes.&lt;/P&gt;&lt;P&gt;See point 9 in&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2014/11/03/debugging-failure-check-list-and-hints/" target="_blank"&gt;https://mcuoneclipse.com/2014/11/03/debugging-failure-check-list-and-hints/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2012/06/01/killing-me-softly-zombies-and-debugger-engines/" target="_blank"&gt;https://mcuoneclipse.com/2012/06/01/killing-me-softly-zombies-and-debugger-engines/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 06:31:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1177017#M6319</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-11-03T06:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sporadic debug launch issues after upgrade</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1178237#M6331</link>
      <description>&lt;P&gt;So this does the same as when I routinely quite MCUXpresso go and find redline server, kill it and relaunch the whole thing. &amp;nbsp;The fact that there is a specific button in the GUI to 'clean up' is ridiculous. &amp;nbsp;Why not just fix the server so it doesn't lock up?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 20:25:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Sporadic-debug-launch-issues-after-upgrade/m-p/1178237#M6331</guid>
      <dc:creator>alannilsson</dc:creator>
      <dc:date>2020-11-04T20:25:10Z</dc:date>
    </item>
  </channel>
</rss>

