<?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: LPC55S69 somehow stuck in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915727#M4061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, this helped. The point was to change reset type in Run&amp;gt;Debug Configurations&amp;gt;LinkServer Debugger from SYSRESETREQ to VECTRESET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2019 06:09:06 GMT</pubDate>
    <dc:creator>markomarusic25</dc:creator>
    <dc:date>2019-10-22T06:09:06Z</dc:date>
    <item>
      <title>LPC55S69 somehow stuck</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915724#M4058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have LPC55S69 devkit and I tried do debug Hello world project but didn't succeed. When I reset the board with opened terminal, it writes 'hello world' but I cannot debug it. The errors I get in console are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Warning - processor did not halt - gave up waiting", and&lt;/P&gt;&lt;P&gt;"chip initialization failed - Ep(08). Cannot access core regs when target running."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interesting thing is that, if I select "Attach to running project..." in debug options for link server debugger, it works. Whatever I send to it from terminal, it writes it back like it is supposed to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My idea is that the proccessor is running and I don't know how to stop it, does enyone have any Idea how to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 09:52:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915724#M4058</guid>
      <dc:creator>markomarusic25</dc:creator>
      <dc:date>2019-10-14T09:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 somehow stuck</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915725#M4059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This type of problem happened to me on different platforms and also with different type of debuggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a kind of poor-man's-solution, which is easy to implement and is working normally for all platforms:&lt;/P&gt;&lt;P&gt;Add a simple delay loop of 1 second directly after startup, so before any board setup takes place and before any PLLs are switched on. In this 1s period the debugger can attach, silently to the running delay loop or with a reset and then running to main().&lt;/P&gt;&lt;P&gt;It stretches the debugger starting time by 1-2 seconds, but I was happy with this workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 10:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915725#M4059</guid>
      <dc:creator>bernhardfink</dc:creator>
      <dc:date>2019-10-14T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 somehow stuck</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915726#M4060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you please check whether the suggestions from&amp;nbsp;&lt;A href="https://community.nxp.com/thread/515129"&gt;LPCXpresso55s69 chip intitialization failed - Ep(08)&lt;/A&gt;&amp;nbsp; help in your case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;BR /&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 06:49:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915726#M4060</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2019-10-18T06:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 somehow stuck</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915727#M4061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, this helped. The point was to change reset type in Run&amp;gt;Debug Configurations&amp;gt;LinkServer Debugger from SYSRESETREQ to VECTRESET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 06:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915727#M4061</guid>
      <dc:creator>markomarusic25</dc:creator>
      <dc:date>2019-10-22T06:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 somehow stuck</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915728#M4062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response. I was able to fix this using suggestions from&amp;nbsp;&lt;A href="https://community.nxp.com/thread/515129"&gt;LPCXpresso55s69 chip intitialization failed - Ep(08)&lt;/A&gt;&amp;nbsp;.&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;The point was to change reset type in Run&amp;gt;Debug Configurations&amp;gt;LinkServer Debugger from SYSRESETREQ to VECTRESET.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 06:10:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC55S69-somehow-stuck/m-p/915728#M4062</guid>
      <dc:creator>markomarusic25</dc:creator>
      <dc:date>2019-10-22T06:10:32Z</dc:date>
    </item>
  </channel>
</rss>

