<?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>LPC MicrocontrollersのトピックRe: SDK demo app cannot download to LPCXpresso55S69?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-demo-app-cannot-download-to-LPCXpresso55S69/m-p/962983#M38147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had almost the same problem with my&amp;nbsp;&lt;SPAN style="font-size: 15px;"&gt;LPCXpresso55S69 (mine gave a problem with the enabledebugmailbox sequence). The weird part was that I only had the problem on my PC and the programming worked fine on my laptop. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;So I started to dig and found that I was using different versions of the DFP package. My desktop had 12.0.1 and the laptop had 12.0.0. So I tried going back to the previous package version but that would give me compiler errors. without anymore ideas I started editing the "NXP.LPC55S69_DFP.pdsc" file and removed the problematic sequence. And that solved it for me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I can't explain why the problem is gone but I'm just happy I can continue coding.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2019 15:28:17 GMT</pubDate>
    <dc:creator>r_bruyninckx</dc:creator>
    <dc:date>2019-11-08T15:28:17Z</dc:date>
    <item>
      <title>SDK demo app cannot download to LPCXpresso55S69?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-demo-app-cannot-download-to-LPCXpresso55S69/m-p/962981#M38145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IDE: Keil V5.26.2.0&lt;/P&gt;&lt;P&gt;SDK: 2.6.2&lt;/P&gt;&lt;P&gt;Demo app: hello_world.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compile is Ok, but cannot Debug or Download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When start debuging, Keil tells me:&lt;/P&gt;&lt;P&gt;---------------------------&lt;BR /&gt;CMSIS-DAP - ARMv8-M Error&lt;BR /&gt;---------------------------&lt;BR /&gt;Cannot reset target.&lt;BR /&gt;Shutting down debug session.&lt;BR /&gt;---------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logger in 'Build output' window:&lt;/P&gt;&lt;P&gt;------------------&lt;/P&gt;&lt;P&gt;Load "debug\\hello_world.out" &lt;BR /&gt;Cannot access Memory (@ 0x40034010, Write, Acc Size: 4 Byte)&lt;BR /&gt; &lt;BR /&gt;File : D:\Keil_v5\ARM\PACK\NXP\LPC55S69_DFP\12.0.0\NXP.LPC55S69_DFP.pdsc &lt;BR /&gt;Sequence : ResetCatchSet -&amp;gt; ResetCatchSetCore0 &lt;BR /&gt;Context : Item #0: &amp;lt;block&amp;gt;::Line 9 &lt;BR /&gt;Expression : "v5\ARM\PACK\NXP\LPC55S69_DFP\12.0.0\NXP.LPC55S69_DFP.pdsc" &lt;BR /&gt;E310 : Debug access failed - cannot write value 0x00000000 to address 0x40034010 (accsize '4', AP '0')&lt;BR /&gt; &lt;BR /&gt;PDSC: Sequence Execution failed&lt;BR /&gt;PDSC: Sequence Execution failed&lt;BR /&gt;Error: Flash Download failed - Target DLL has been cancelled&lt;BR /&gt;Flash Load finished at 15:03:52&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone can tell me what happen~ Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 07:08:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-demo-app-cannot-download-to-LPCXpresso55S69/m-p/962981#M38145</guid>
      <dc:creator>wangqyfm</dc:creator>
      <dc:date>2019-10-09T07:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: SDK demo app cannot download to LPCXpresso55S69?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-demo-app-cannot-download-to-LPCXpresso55S69/m-p/962982#M38146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;We use&amp;nbsp;MDK&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;V5.28,there is no issue to download.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I suggest you update your Keil IDE version then try again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;BTW, MDK is not NXP product, but belongs to Keil. I suggest you contact Keil community for further IDE issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 07:35:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-demo-app-cannot-download-to-LPCXpresso55S69/m-p/962982#M38146</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-10-10T07:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: SDK demo app cannot download to LPCXpresso55S69?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-demo-app-cannot-download-to-LPCXpresso55S69/m-p/962983#M38147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had almost the same problem with my&amp;nbsp;&lt;SPAN style="font-size: 15px;"&gt;LPCXpresso55S69 (mine gave a problem with the enabledebugmailbox sequence). The weird part was that I only had the problem on my PC and the programming worked fine on my laptop. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;So I started to dig and found that I was using different versions of the DFP package. My desktop had 12.0.1 and the laptop had 12.0.0. So I tried going back to the previous package version but that would give me compiler errors. without anymore ideas I started editing the "NXP.LPC55S69_DFP.pdsc" file and removed the problematic sequence. And that solved it for me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I can't explain why the problem is gone but I'm just happy I can continue coding.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 15:28:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SDK-demo-app-cannot-download-to-LPCXpresso55S69/m-p/962983#M38147</guid>
      <dc:creator>r_bruyninckx</dc:creator>
      <dc:date>2019-11-08T15:28:17Z</dc:date>
    </item>
  </channel>
</rss>

