<?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: Debugging Issue LPC55S28 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debugging-Issue-LPC55S28/m-p/1485952#M49501</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;1) About debug hardware design, you can refer to lpcxpresso55s28 EVK board, and the tread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Design-Considerations-for-Debug/m-p/469565" target="_blank"&gt;https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Design-Considerations-for-Debug/m-p/469565&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Yes, you can enter ISP mode, using Flash Magic read chip info.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Flash-Magic-Programing-LPC/ta-p/1152763" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Flash-Magic-Programing-LPC/ta-p/1152763&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at first part of above thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And User Manual of lpc55s28, check how to configure ISP pins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2022 06:11:14 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2022-07-07T06:11:14Z</dc:date>
    <item>
      <title>Debugging Issue LPC55S28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debugging-Issue-LPC55S28/m-p/1484639#M49467</link>
      <description>&lt;P&gt;Hello im trying to debug a custom board with LPC55S28 uC and I get the following error:&lt;/P&gt;&lt;P&gt;00000.000 MCUXpresso IDE RedlinkMulti Driver v11.4 (Jul 2 2021 12:03:47 - crt_emu_cm_redlink build 1)&lt;BR /&gt;( 0) Reading remote configuration&lt;BR /&gt;Wc(03). No cache support.&lt;BR /&gt;00000.001 Found chip XML file in C:/Kraken/REPOKRAKEN/casco_enfriador/Fuentes/Firmware/LPC55S28_Project_prubea2/Debug\LPC55S28.xml&lt;BR /&gt;( 5) Remote configuration complete&lt;BR /&gt;00000.001 emu ConnectToServer&lt;BR /&gt;00000.001 Reconnected to existing LinkServer process.&lt;BR /&gt;00000.001 emu ConnectProbeCore 1 0 0 0x8000&lt;BR /&gt;00000.178 emu ProbeCore failed 0x5&lt;BR /&gt;00000.178 Connecting to probe 1 core 0 (using server started externally) reports:&lt;BR /&gt;'Ee(42). Could not connect to core.'&lt;BR /&gt;00000.178 Retrying...&lt;BR /&gt;00000.686 emu ConnectProbeCore 1 0 0 0x8000&lt;BR /&gt;00000.865 emu ProbeCore failed 0x5&lt;BR /&gt;00001.372 emu ConnectProbeCore 1 0 0 0x8000&lt;BR /&gt;00001.551 emu ProbeCore failed 0x5&lt;BR /&gt;00002.059 emu ConnectToServer&lt;BR /&gt;00002.060 Reconnected to existing LinkServer process.&lt;BR /&gt;00002.060 emu ConnectProbeCore 1 0 0 0x8000&lt;BR /&gt;00002.236 emu ProbeCore failed 0x5&lt;BR /&gt;00002.750 Server OK but no connection to probe 1 core 0 (after 3 attempts) - Ee(42). Could not connect to core.&lt;BR /&gt;Failed on connect: Ee(42). Could not connect to core.&lt;BR /&gt;No connection to chip's debug port&lt;BR /&gt;(100) Target Connection Failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Checked the pins multple times and it's all correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im using the LPC55s28 dev board asi the external debugger connected through SWDIO and SWCLK wires.&lt;/P&gt;&lt;P&gt;Any ideas what cna be causing this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 11:44:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debugging-Issue-LPC55S28/m-p/1484639#M49467</guid>
      <dc:creator>fmjose</dc:creator>
      <dc:date>2022-07-05T11:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue LPC55S28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debugging-Issue-LPC55S28/m-p/1485160#M49482</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Does the board can work well before? Or it is a new board?&lt;/P&gt;
&lt;P&gt;How about use other debugger to test?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 07:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debugging-Issue-LPC55S28/m-p/1485160#M49482</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-07-06T07:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue LPC55S28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debugging-Issue-LPC55S28/m-p/1485453#M49493</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a new board with a factory new uC. Checked all connections and electrical signal and are all correct.&lt;/P&gt;&lt;P&gt;I've tried using the J-Link EDU mini with no succes, I get the following error:&lt;/P&gt;&lt;P&gt;ERROR: Wrong DM-AP IDCODE detected: 0xFFFFFFFF&lt;/P&gt;&lt;P&gt;Cannot connect to target&lt;/P&gt;&lt;P&gt;Is trying to read chip info via ISP an alternative?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Francisco&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 13:30:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debugging-Issue-LPC55S28/m-p/1485453#M49493</guid>
      <dc:creator>fmjose</dc:creator>
      <dc:date>2022-07-06T13:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Issue LPC55S28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debugging-Issue-LPC55S28/m-p/1485952#M49501</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;1) About debug hardware design, you can refer to lpcxpresso55s28 EVK board, and the tread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Design-Considerations-for-Debug/m-p/469565" target="_blank"&gt;https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Design-Considerations-for-Debug/m-p/469565&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Yes, you can enter ISP mode, using Flash Magic read chip info.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Flash-Magic-Programing-LPC/ta-p/1152763" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Flash-Magic-Programing-LPC/ta-p/1152763&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at first part of above thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And User Manual of lpc55s28, check how to configure ISP pins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 06:11:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debugging-Issue-LPC55S28/m-p/1485952#M49501</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-07-07T06:11:14Z</dc:date>
    </item>
  </channel>
</rss>

