<?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: LPC 845 ISP &amp;amp; configuration</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2005644#M57336</link>
    <description>&lt;P&gt;Is the version of MCU Xpresso IDE necessary for a controller that it working properly?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2024 03:46:41 GMT</pubDate>
    <dc:creator>DHARSAN</dc:creator>
    <dc:date>2024-12-03T03:46:41Z</dc:date>
    <item>
      <title>LPC 845 ISP &amp; configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2001900#M57313</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LPC 845 max getting to the ISP mode in the EVK board. It couldn't flash the program. When pressing the ISP switch to the ground the program flashed but couldn't control the GPIO as I set first pin of the controller to low , the pin couldn't change it's state. Same happening in the development board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dharsan K K&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 10:15:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2001900#M57313</guid>
      <dc:creator>DHARSAN</dc:creator>
      <dc:date>2024-11-26T10:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC 845 ISP &amp; configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2002742#M57319</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/227782"&gt;@DHARSAN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please describe your issue more detail, thanks.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;"&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;LPC 845 max getting to the ISP mode in the EVK board. It couldn't flash the program. "&lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&amp;gt; How to get to ISP mode on LPC845 MAX board? Hold which button? Please confirm it is entered LPC845 ISP mode, not the on board debugger get into ISP mode.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;"When pressing the ISP switch to the ground the program flashed but couldn't control the GPIO as I set first pin of the controller to low , the pin couldn't change it's state. Same happening in the development board.&amp;nbsp;&lt;/SPAN&gt;"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt;&amp;gt; Which pin? Please show your steps and code, I help you check , 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>Wed, 27 Nov 2024 09:29:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2002742#M57319</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-11-27T09:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC 845 ISP &amp; configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2004737#M57330</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The EVK board could not configure GPIO when flashing the program in ISP mode by pressing the ISP button. When checking the P1_0 pin not changed it's state. The same code flashed in my development board, only port 1 is configured and I configure the port 0. What will be the cause for the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;SYSCON-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;SYSAHBCLKCTRL0&lt;/SPAN&gt;&lt;SPAN&gt; |=1&amp;lt;&amp;lt;6; &lt;/SPAN&gt;&lt;SPAN&gt;//clock for GPIO0 port&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SYSCON-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;PRESETCTRL0&lt;/SPAN&gt;&lt;SPAN&gt; |=1&amp;lt;&amp;lt;6;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SYSCON-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;SYSAHBCLKCTRL0&lt;/SPAN&gt;&lt;SPAN&gt; |=1&amp;lt;&amp;lt;20; &lt;/SPAN&gt;&lt;SPAN&gt;//clock for GPIO1 port&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SYSCON-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;PRESETCTRL0&lt;/SPAN&gt;&lt;SPAN&gt; |=1&amp;lt;&amp;lt;20;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IOCON-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;PIO&lt;/SPAN&gt;&lt;SPAN&gt;[IOCON_INDEX_PIO1_8]|=0x00; &lt;/SPAN&gt;&lt;SPAN&gt;//pin 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GPIO-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;DIR&lt;/SPAN&gt;&lt;SPAN&gt;[1]|=(1&amp;lt;&amp;lt;8);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GPIO-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;CLR&lt;/SPAN&gt;&lt;SPAN&gt;[1]|=(1&amp;lt;&amp;lt;8);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IOCON-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;PIO&lt;/SPAN&gt;&lt;SPAN&gt;[IOCON_INDEX_PIO0_0]|=0x00; &lt;/SPAN&gt;&lt;SPAN&gt;//pin 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GPIO-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;DIR&lt;/SPAN&gt;&lt;SPAN&gt;[0]|=(1&amp;lt;&amp;lt;0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GPIO-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;CLR&lt;/SPAN&gt;&lt;SPAN&gt;[0]|=(1&amp;lt;&amp;lt;0);&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Dec 2024 04:01:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2004737#M57330</guid>
      <dc:creator>DHARSAN</dc:creator>
      <dc:date>2024-12-02T04:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPC 845 ISP &amp; configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2005644#M57336</link>
      <description>&lt;P&gt;Is the version of MCU Xpresso IDE necessary for a controller that it working properly?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 03:46:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2005644#M57336</guid>
      <dc:creator>DHARSAN</dc:creator>
      <dc:date>2024-12-03T03:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC 845 ISP &amp; configuration</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2007791#M57344</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/227782"&gt;@DHARSAN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to program the device through ISP mode , please use Flash Magic. Below are the detailed steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Prepare the GPIO Demo&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Import a GPIO demo from the SDK to MCUXpresso IDE.&lt;/LI&gt;
&lt;LI&gt;Build and debug the project to confirm that it works correctly on your board.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Convert the Binary File to Hex&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Convert the generated binary file to a hex file.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Enter ISP Mode&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Press the ISP button on the board while resetting it to put the device into ISP mode.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Program Using Flash Magic&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use Flash Magic to program the hex file into the device.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Following these steps should allow you to successfully program your device through ISP mode. After reset, gpio demo should work.&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, 05 Dec 2024 05:28:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-845-ISP-amp-configuration/m-p/2007791#M57344</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-12-05T05:28:19Z</dc:date>
    </item>
  </channel>
</rss>

