<?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: LPC804 ISP communication error in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1389737#M47440</link>
    <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;A id="link_34" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/104815" target="_self" aria-label="View Profile of phatpaul"&gt;&lt;SPAN class=""&gt;phatpaul,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;There is really some different with other LPC chips when enter ISP mode.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;We need &lt;STRONG&gt;always press the ISP button&lt;/STRONG&gt;. I test on my side, it works well, please see my attachment.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Please try on your side, if still can't work, update the firmware of on board debugger lpc11u35, about detail refer to:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.nxp.com/t5/LPC-Support/Update-the-firmware-of-the-LPC800-via-ISP-mode/ta-p/1105041" target="_blank"&gt;https://community.nxp.com/t5/LPC-Support/Update-the-firmware-of-the-LPC800-via-ISP-mode/ta-p/1105041&lt;/A&gt;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;BR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Alice&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 02:04:32 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-12-21T02:04:32Z</dc:date>
    <item>
      <title>LPC804 ISP communication error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1384196#M47337</link>
      <description>&lt;P&gt;LPCXpresso804 dev board with LPC804M101JDH24&lt;/P&gt;&lt;P&gt;I'm having trouble to communicate with the ISP bootloader on the LPC804.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried FlashMagic versions 13.45 and 11.2.&amp;nbsp; I also tried lpc21isp 1.97, lpcisp 1.07, and lpcprog 1.07 (from lpctools package) on Ubuntu 20.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried on 2 of the same model dev board with the same results.&amp;nbsp; SWD debugging works fine on one board.&amp;nbsp; SWD is disabled on the other dev board b/c I set CRP2 (and I am trying to unsecure it with a mass-erase).&lt;/P&gt;&lt;P&gt;Of course I've tried different baud-rates from 9600 to 256000.&amp;nbsp; The bootloader is definitely there because I get the 'Synchronized' response after sending a '?' using TeraTerm.&amp;nbsp; But I can't get any further in the sync process.&lt;/P&gt;&lt;P&gt;I have the LPCXpresso804 dev board connected via USB and have verified UART comms with the PC (tried both Win10 and Ubuntu 20) using the on-board USB-serial bridge/debugger (LPC11U35FHI33).&lt;/P&gt;&lt;P&gt;I scoped the serial lines with a logic analyzer and see that the bootloader does respond with 'Synchronized' after the host sends '?'.&amp;nbsp; But then the bootloader doesn't wait for the host to reply with 'Synchronized', instead it echos 'S' before the host has a chance to send the string.&lt;/P&gt;&lt;P&gt;I'll follow-up with some error traces.&lt;/P&gt;&lt;P&gt;lpc21isp trace:&lt;/P&gt;&lt;LI-SPOILER&gt;paul@mastershake:~$ sudo lpc21isp -detectonly -debug5 /dev/ttyACM0 9600 1&lt;BR /&gt;Turn on debug, level: 5.&lt;BR /&gt;lpc21isp version 1.97&lt;BR /&gt;COM-Port /dev/ttyACM0 opened...&lt;BR /&gt;Synchronizing (ESC to abort).Sending '?'&lt;BR /&gt;Read(Length=1): 'S'&lt;BR /&gt;Read(Length=1): 'y'&lt;BR /&gt;Read(Length=1): 'n'&lt;BR /&gt;Read(Length=1): 'c'&lt;BR /&gt;Read(Length=1): 'h'&lt;BR /&gt;Read(Length=1): 'r'&lt;BR /&gt;Read(Length=1): 'o'&lt;BR /&gt;Read(Length=1): 'n'&lt;BR /&gt;Read(Length=1): 'i'&lt;BR /&gt;Read(Length=1): 'z'&lt;BR /&gt;Read(Length=1): 'e'&lt;BR /&gt;Read(Length=1): 'd'&lt;BR /&gt;Read(Length=1): '(0D)'&lt;BR /&gt;Read(Length=1): '(0A)'&lt;BR /&gt;Answer(Length=14): 'Synchronized(0D)(0A)'&lt;BR /&gt;StrippedAnswer(Length=14): 'Synchronized(0D)(0A)'&lt;BR /&gt;OK&lt;BR /&gt;Sending 'Synchronized(0D)(0A)'&lt;BR /&gt;Read(Length=1): 'S'&lt;BR /&gt;Read(Length=0): ''&lt;BR /&gt;Answer(Length=1): 'S'&lt;BR /&gt;No answer on 'Synchronized'&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;lpcprog trace:&lt;/P&gt;&lt;LI-SPOILER&gt;paul@mastershake:~$ sudo lpcprog -d /dev/ttyACM0 -b 9600 -c blank -t&lt;BR /&gt;Serial device : /dev/ttyACM0&lt;BR /&gt;Command : blank&lt;BR /&gt;Sending 1 octet(s) :&lt;BR /&gt;00000000 3f |?|&lt;BR /&gt;Received 14 octet(s) :&lt;BR /&gt;00000000 53 79 6e 63 68 72 6f 6e 69 7a 65 64 0d 0a |Synchronized..|&lt;BR /&gt;Sending 14 octet(s) :&lt;BR /&gt;00000000 53 79 6e 63 68 72 6f 6e 69 7a 65 64 0d 0a |Synchronized..|&lt;BR /&gt;Received 1 octet(s) :&lt;BR /&gt;00000000 53 |S|&lt;BR /&gt;Unable to synchronize, synchro not acknowledged.&lt;BR /&gt;Sending 3 octet(s) :&lt;BR /&gt;00000000 4a 0d 0a |J..|&lt;BR /&gt;Received 1 octet(s) :&lt;BR /&gt;00000000 4a |J|&lt;BR /&gt;Received 0 octet(s) :&lt;BR /&gt;Error reading part ID.&lt;BR /&gt;Sending 3 octet(s) :&lt;BR /&gt;00000000 4a 0d 0a |J..|&lt;BR /&gt;Received 1 octet(s) :&lt;BR /&gt;00000000 4a |J|&lt;BR /&gt;Received 0 octet(s) :&lt;BR /&gt;Error reading part ID.&lt;BR /&gt;Unable to connect to target, consider hard reset of target or link&lt;/LI-SPOILER&gt;</description>
      <pubDate>Thu, 09 Dec 2021 17:48:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1384196#M47337</guid>
      <dc:creator>phatpaul</dc:creator>
      <dc:date>2021-12-09T17:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 ISP communication error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1384449#M47342</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/104815" target="_self" aria-label="View Profile of phatpaul"&gt;&lt;SPAN class=""&gt;phatpaul&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;How about use the function in GUI of Flash Magic?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1639101966993.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164706i3F472DB658E2FB48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1639101966993.png" alt="Alice_Yang_0-1639101966993.png" /&gt;&lt;/span&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 02:06:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1384449#M47342</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-10T02:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 ISP communication error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1384967#M47352</link>
      <description>&lt;P&gt;Hi Alice, thanks for your response.&lt;/P&gt;&lt;P&gt;As I said in my original post, I have tried FlashMagic versions 13.45 and 11.2. But I get various errors like Synchronization failed, or communication error.&amp;nbsp; The FlashMagic debugging output seems to be a proprietary binary format, so I didn't post it here.&lt;/P&gt;&lt;P&gt;Can you confirm that it works for you with FlashMagic on the LPCXpresso804 dev board?&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 14:52:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1384967#M47352</guid>
      <dc:creator>phatpaul</dc:creator>
      <dc:date>2021-12-10T14:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 ISP communication error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1385333#M47359</link>
      <description>&lt;P&gt;Hello Paul,&lt;/P&gt;
&lt;P&gt;I meaning use the buttons on GUI, not command , I will test on my side tomorrow.&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>Mon, 13 Dec 2021 04:43:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1385333#M47359</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-13T04:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 ISP communication error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1388859#M47415</link>
      <description>&lt;P&gt;Alice,&amp;nbsp; I've tried the Flashmagic GUI already.&amp;nbsp; Does it work on your end?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 14:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1388859#M47415</guid>
      <dc:creator>phatpaul</dc:creator>
      <dc:date>2021-12-17T14:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 ISP communication error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1389402#M47429</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I will take a video for you tomorrow,&amp;nbsp; Flash Magic in Windows, please wait me a moment, thanks.&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>Mon, 20 Dec 2021 08:27:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1389402#M47429</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-20T08:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 ISP communication error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1389737#M47440</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;A id="link_34" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/104815" target="_self" aria-label="View Profile of phatpaul"&gt;&lt;SPAN class=""&gt;phatpaul,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;There is really some different with other LPC chips when enter ISP mode.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;We need &lt;STRONG&gt;always press the ISP button&lt;/STRONG&gt;. I test on my side, it works well, please see my attachment.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Please try on your side, if still can't work, update the firmware of on board debugger lpc11u35, about detail refer to:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.nxp.com/t5/LPC-Support/Update-the-firmware-of-the-LPC800-via-ISP-mode/ta-p/1105041" target="_blank"&gt;https://community.nxp.com/t5/LPC-Support/Update-the-firmware-of-the-LPC800-via-ISP-mode/ta-p/1105041&lt;/A&gt;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;BR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Alice&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 02:04:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1389737#M47440</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-21T02:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 ISP communication error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1390224#M47446</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;I was not able to access the link you provided (&lt;SPAN class=""&gt;Access Denied).&lt;/SPAN&gt;&amp;nbsp; But I searched for instructions to update the debugger and found it.&lt;/P&gt;&lt;P&gt;Seems the issue is described here: &lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPCXpresso804-board-OM40001-on-board-debugger-issue-only-can/ta-p/1129328" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPCXpresso804-board-OM40001-on-board-debugger-issue-only-can/ta-p/1129328&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;LPCXpresso804 board has a on-board debugger developed with LPC11U35.&amp;nbsp;Old batches of the board uses the old firmware for LPC11U35 debugger.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The old firmware has some issues such as that when you send a string through the debug COM port the LPC804 only can receive the first byte.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The solution is easy. We can download the newest firmware for LPC11U35 and update the firmware for LPC11U35.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That may describe what I was seeing.&amp;nbsp; When I sent the "Synchronized" string, the target only responded with 'S'.&lt;/P&gt;&lt;P&gt;After updating the debugger using the instructions given in that link, I'm able to use FlashMagic now.&lt;/P&gt;&lt;P&gt;BTW, I don't have to &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;STRONG&gt;always press the ISP button&lt;/STRONG&gt;."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thanks for you help.&amp;nbsp; It's a shame that NXP is still selling these old broken dev boards and the instructions to fix it is not easy to find.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 15:12:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1390224#M47446</guid>
      <dc:creator>phatpaul</dc:creator>
      <dc:date>2021-12-21T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 ISP communication error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1707619#M53882</link>
      <description>&lt;P&gt;This was the same issue that I was seeing.&amp;nbsp; The LPC804 Dev Board would enter ISP mode just fine via my PuTTY serial terminal session, but Flash Magic and my own C program would not work properly, most often responding only with an 'S' when I sent the "Synchronized" string.&lt;/P&gt;&lt;P&gt;I too was not able&amp;nbsp;to access the link&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;provided (&lt;SPAN class=""&gt;Access Denied), but the link that&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/104815"&gt;@phatpaul&lt;/a&gt;&amp;nbsp;provided directed me to the instructions and ZIP file.&amp;nbsp; I followed the directions and installed the new firmware.bin and now FlashMagic works.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Here is what I did:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;I unzipped the file from that link into: LPC11Uxx-Debug-Probe-VCOM&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;I unplugged the dev board and ran the LPC11Uxx_Debug_Probe_VCOM_v1.0.0.EXE program which installed a device driver.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;I held down the RST button and plugged in the LPC804 dev board and a CRP_DISABLED drive appeared as the instructions said.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;I deleted the firmware.bin file from there, and copied in the new firmware.bin file from the ZIP file.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;I then ejected the drive through Windows and then unplugged and replugged the dev board.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;After than the LPC804 Dev Board now responded to Flash Magic.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class=""&gt;This problem was driving me crazy last week and I wouldn't have guessed that I had to update the debugger firmware to fix it!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 15:20:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-ISP-communication-error/m-p/1707619#M53882</guid>
      <dc:creator>jrevans</dc:creator>
      <dc:date>2023-08-18T15:20:21Z</dc:date>
    </item>
  </channel>
</rss>

