<?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: Cannot debug custom board with lpc54S016 controller, gets struck in ResetISR() in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-debug-custom-board-with-lpc54S016-controller-gets-struck/m-p/1485663#M49497</link>
    <description>&lt;P&gt;I created a new project and added parts from the old project. Right now the new project is exactly the same as old one( in which debug didn't work ), but I can debug the new project.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 18:59:24 GMT</pubDate>
    <dc:creator>NVazquez</dc:creator>
    <dc:date>2022-07-06T18:59:24Z</dc:date>
    <item>
      <title>Cannot debug custom board with lpc54S016 controller, gets struck in ResetISR()</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-debug-custom-board-with-lpc54S016-controller-gets-struck/m-p/1484895#M49472</link>
      <description>&lt;P&gt;I tried to debug the code on one of our new prototype board, but I get struck in ResetISR()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this screen when I enter into debug section,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NVazquez_0-1657058265900.png" style="width: 719px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185651i091E3E0DA1C5D2B4/image-dimensions/719x541?v=v2" width="719" height="541" role="button" title="NVazquez_0-1657058265900.png" alt="NVazquez_0-1657058265900.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I hit pause I get struck here,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NVazquez_1-1657058290958.png" style="width: 762px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/185652i398AAC34F7665104/image-dimensions/762x552?v=v2" width="762" height="552" role="button" title="NVazquez_1-1657058290958.png" alt="NVazquez_1-1657058290958.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think something is not right with the BootROM.&lt;/P&gt;&lt;P&gt;Not sure what's going on, any help is appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 22:01:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-debug-custom-board-with-lpc54S016-controller-gets-struck/m-p/1484895#M49472</guid>
      <dc:creator>NVazquez</dc:creator>
      <dc:date>2022-07-05T22:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot debug custom board with lpc54S016 controller, gets struck in ResetISR()</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-debug-custom-board-with-lpc54S016-controller-gets-struck/m-p/1485053#M49479</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do not think the phenomenon is related is BOOT ROM. &lt;/P&gt;
&lt;P&gt;I suppose that your hardware has issue, which force the LPC54s016 to reset constantly.&lt;/P&gt;
&lt;P&gt;pls check the power supply pins, spifi flash, clock...&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 04:55:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-debug-custom-board-with-lpc54S016-controller-gets-struck/m-p/1485053#M49479</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-07-06T04:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot debug custom board with lpc54S016 controller, gets struck in ResetISR()</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-debug-custom-board-with-lpc54S016-controller-gets-struck/m-p/1485544#M49494</link>
      <description>&lt;P&gt;I tried to write a small code with initialization, and I was able to program the board and also debug the code. Can we eliminate that there might be something wrong with the hardware?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 16:13:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-debug-custom-board-with-lpc54S016-controller-gets-struck/m-p/1485544#M49494</guid>
      <dc:creator>NVazquez</dc:creator>
      <dc:date>2022-07-06T16:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot debug custom board with lpc54S016 controller, gets struck in ResetISR()</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-debug-custom-board-with-lpc54S016-controller-gets-struck/m-p/1485663#M49497</link>
      <description>&lt;P&gt;I created a new project and added parts from the old project. Right now the new project is exactly the same as old one( in which debug didn't work ), but I can debug the new project.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 18:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Cannot-debug-custom-board-with-lpc54S016-controller-gets-struck/m-p/1485663#M49497</guid>
      <dc:creator>NVazquez</dc:creator>
      <dc:date>2022-07-06T18:59:24Z</dc:date>
    </item>
  </channel>
</rss>

