<?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: Was working, but now unable to debug.</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Was-working-but-now-unable-to-debug/m-p/554677#M14812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by andypevy on Fri May 08 02:26:05 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, That fixed it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the ISP mode to recover the board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As a word of warning to others who might be tempted to use the 'pinint' project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as it is supplied, the default power down mode will render the OM13077 undebuggable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/* Select a mode of type 'POWER_MODE_T' for this example: mode available are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; POWER_SLEEP, POWER_DEEP_SLEEP, POWER_POWER_DOWN*/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// WARNING: This will render the OM13077 undebuggable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//#define PDOWNMODE&amp;nbsp;&amp;nbsp; (POWER_POWER_DOWN)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// This does not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define PDOWNMODE&amp;nbsp;&amp;nbsp; (POWER_SLEEP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:56:15 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:56:15Z</dc:date>
    <item>
      <title>Was working, but now unable to debug.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Was-working-but-now-unable-to-debug/m-p/554675#M14810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by andypevy on Thu May 07 08:24:26 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I realize that this is covered by some FAQ entries, but none of the solutions they describe work for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an OM13077 dev board, that was working last week. I returned from a short break and now I cannot debug it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is running on Win7 Pro, using V7.7.2_379 and trying to load a completely unaltered periph_blinky project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I plug the USB debug cable in, I get the bong bing sound and the device manager indicates that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the debug board (LpcDevice) shows up, and the task manager shows the Redlink server running after I &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;press the chain icon (Not sure I have to do this, but...).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As soon as I tell the IDE to debug the project, I get the Bing Bong sound indicating that the USB device has been&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unloaded, it's entry disappears from the device manager, and I get the following popup appear :-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Error reported by server (redlinkserv.exe):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RedlinkAPI: Wire Ack Fault - target connected ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Redlink Server has been terminated and will be restarted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please restart your debug session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the problem recurs, please power cycle your debug probe and restart LPCXpresso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have restarted, rebooted, plugged into a different USB port, reinstalled the USB drivers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was working perfectly last Thursday but now won't allow me to debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where do I go from here please ???.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:56:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Was-working-but-now-unable-to-debug/m-p/554675#M14810</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Was working, but now unable to debug.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Was-working-but-now-unable-to-debug/m-p/554676#M14811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Thu May 07 08:30:26 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: andypevy&lt;/STRONG&gt;&lt;BR /&gt;Where do I go from here please ???&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fregaining-debug-access" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/regaining-debug-access&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:56:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Was-working-but-now-unable-to-debug/m-p/554676#M14811</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Was working, but now unable to debug.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Was-working-but-now-unable-to-debug/m-p/554677#M14812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by andypevy on Fri May 08 02:26:05 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, That fixed it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the ISP mode to recover the board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As a word of warning to others who might be tempted to use the 'pinint' project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as it is supplied, the default power down mode will render the OM13077 undebuggable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/* Select a mode of type 'POWER_MODE_T' for this example: mode available are&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; POWER_SLEEP, POWER_DEEP_SLEEP, POWER_POWER_DOWN*/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// WARNING: This will render the OM13077 undebuggable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//#define PDOWNMODE&amp;nbsp;&amp;nbsp; (POWER_POWER_DOWN)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// This does not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define PDOWNMODE&amp;nbsp;&amp;nbsp; (POWER_SLEEP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:56:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Was-working-but-now-unable-to-debug/m-p/554677#M14812</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Was working, but now unable to debug.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Was-working-but-now-unable-to-debug/m-p/554678#M14813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by OldisGold on Wed Jun 17 11:43:37 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for sharing I had a similar problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case using ISP alone did not work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a new workspace in LPCXpresso IDE (periph blinky example) and then used the ISP to recover the board. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:56:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Was-working-but-now-unable-to-debug/m-p/554678#M14813</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:56:16Z</dc:date>
    </item>
  </channel>
</rss>

