<?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>LPCXpresso IDE中的主题 LPC1343 Development Board Load Flash Error</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-Development-Board-Load-Flash-Error/m-p/551656#M11980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by joebobku on Thu Jul 28 12:41:39 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Pretty new to this.. but it appears I've somehow locked the flash on this development board (OM11048).&amp;nbsp; Is there a way to reset the parts. I am thinking that I shut the clock off to the flash when I programmed this in&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_SYSCON-&amp;gt;SYSAHBCLKCTRL = 0b1000000000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After doing this when I try to reprogram flash through USB I get the following error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;05: File 'xxx.axf' load failure Et. Flash Driver Not Ready&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to lock a few of these boards up now.. and am guessing this is what I'm doing wrong.&amp;nbsp; I am NOT setting the CRP so it's not that.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running windows 7, express0 4.05.. everything is up to date. Any help on this issue.&amp;nbsp; I do not have a JTAG programmer to try and go in through that way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:08:35 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:08:35Z</dc:date>
    <item>
      <title>LPC1343 Development Board Load Flash Error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-Development-Board-Load-Flash-Error/m-p/551656#M11980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by joebobku on Thu Jul 28 12:41:39 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Pretty new to this.. but it appears I've somehow locked the flash on this development board (OM11048).&amp;nbsp; Is there a way to reset the parts. I am thinking that I shut the clock off to the flash when I programmed this in&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_SYSCON-&amp;gt;SYSAHBCLKCTRL = 0b1000000000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After doing this when I try to reprogram flash through USB I get the following error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;05: File 'xxx.axf' load failure Et. Flash Driver Not Ready&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to lock a few of these boards up now.. and am guessing this is what I'm doing wrong.&amp;nbsp; I am NOT setting the CRP so it's not that.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running windows 7, express0 4.05.. everything is up to date. Any help on this issue.&amp;nbsp; I do not have a JTAG programmer to try and go in through that way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:08:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-Development-Board-Load-Flash-Error/m-p/551656#M11980</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 Development Board Load Flash Error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-Development-Board-Load-Flash-Error/m-p/551657#M11981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by joebobku on Thu Jul 28 13:33:04 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Answered my own question.. but for those of you with the same question&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]Getting debug access to target chip[/B]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; It&amp;nbsp; is possible to download an image into the flash on the target that will&amp;nbsp; then prevent further debug connections. The classic cases of this are &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]The image contains code that sets the MCU clocks up "incorrectly". &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]The image contains code that enables a watchdog timer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]The image contains code that "switches off" some, or all of the multiplexed debug pins (JTAG/SWD). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If&amp;nbsp; you do this, then there are a couple of possible ways to try to recover&amp;nbsp; debug access to the MCU (depending upon the MCU being used). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once&amp;nbsp; you have managed to recover debug access to the MCU, the first thing&amp;nbsp; that you should do is overwrite the image in flash with one that sets&amp;nbsp; the system up in a safe manner, so that future debug connections will be&amp;nbsp; successful without the need to recover debug access again. You would&amp;nbsp; normally use the in-built flash programmer to erase the flash. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]NXP LPCxxxx ISP[/B]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; The&amp;nbsp; first thing to try with NXP LPC MCU's to recover debug access is to&amp;nbsp; boot into the ISP bootloader. That is, GND the ISP pin, assert RST, then&amp;nbsp; remove the GND to ISP pin. Once in the ISP bootloader, the target clock&amp;nbsp; configuration is stable, and the debug pins are in their default state -&amp;nbsp; you should be able to connect. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]Note[/B]: The ISP pin is: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]P0.1 - for LPC11xx and LPC13xx&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]P2.10 - for LPC17xx &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]For other MCU's, please check the user manual. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]Note for RDB1768 users[/B]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; The LPC1768 on the RDB1768 board can be placed into ISP by &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Press and hold the ISP button &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Press and release the RST button &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Release the ISP button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:08:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-Development-Board-Load-Flash-Error/m-p/551657#M11981</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 Development Board Load Flash Error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-Development-Board-Load-Flash-Error/m-p/551658#M11982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu Jul 28 13:45:07 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: joebobku&lt;/STRONG&gt;&lt;BR /&gt;...and am guessing this is what I'm doing wrong...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can stop guessing now, that is wrong :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:08:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-Development-Board-Load-Flash-Error/m-p/551658#M11982</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:08:37Z</dc:date>
    </item>
  </channel>
</rss>

