<?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: LPC804 M101JDH20 Warning &amp;quot;the scripted reset failed&amp;quot;</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-M101JDH20-Warning-quot-the-scripted-reset-failed-quot/m-p/1622521#M52044</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204227"&gt;@witaradya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about try to debug a simple project like hello world that doesn't use this pin.&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, 27 Mar 2023 10:41:59 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2023-03-27T10:41:59Z</dc:date>
    <item>
      <title>LPC804 M101JDH20 Warning "the scripted reset failed"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-M101JDH20-Warning-quot-the-scripted-reset-failed-quot/m-p/1622161#M52031</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;I want to ask, in&amp;nbsp;LPC804M101JDH20 I use GPIO14 / pin 4 as PWM output, and this is my schematic&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="witaradya_0-1679885688742.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216285i314D2948261D98DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="witaradya_0-1679885688742.png" alt="witaradya_0-1679885688742.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I use IAR as editor, when I upload the program I get error like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="witaradya_1-1679885790877.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/216287iA2D44ABC99340645/image-size/large?v=v2&amp;amp;px=999" role="button" title="witaradya_1-1679885790877.png" alt="witaradya_1-1679885790877.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve this problem. Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 02:58:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-M101JDH20-Warning-quot-the-scripted-reset-failed-quot/m-p/1622161#M52031</guid>
      <dc:creator>witaradya</dc:creator>
      <dc:date>2023-03-27T02:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 M101JDH20 Warning "the scripted reset failed"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-M101JDH20-Warning-quot-the-scripted-reset-failed-quot/m-p/1622521#M52044</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204227"&gt;@witaradya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about try to debug a simple project like hello world that doesn't use this pin.&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, 27 Mar 2023 10:41:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-M101JDH20-Warning-quot-the-scripted-reset-failed-quot/m-p/1622521#M52044</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-03-27T10:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 M101JDH20 Warning "the scripted reset failed"</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-M101JDH20-Warning-quot-the-scripted-reset-failed-quot/m-p/1623121#M52056</link>
      <description>&lt;P&gt;Thanks, the problem already solved. The problem is use PIO0_12 and reference this pin to GND. At the same time PIO0_12 use as ISP entry pin that a LOW level in this pin during reset starts the ISP command handler. The solution is set CRP mode to NO_ISP in startup_lpc804.c. change&amp;nbsp;&lt;STRONG&gt;__CRP const unsigned int CRP_WORD = CRP_NO_CRP;&amp;nbsp;&lt;/STRONG&gt;to&amp;nbsp;&lt;STRONG&gt;__CRP const unsigned int CRP_WORD = CRP_NO_ISP;&lt;/STRONG&gt;. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 07:32:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-M101JDH20-Warning-quot-the-scripted-reset-failed-quot/m-p/1623121#M52056</guid>
      <dc:creator>witaradya</dc:creator>
      <dc:date>2023-03-28T07:32:48Z</dc:date>
    </item>
  </channel>
</rss>

