<?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のトピックRe: again error 15</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584444#M26286</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 Fri Jan 13 11:17:34 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;A simple way to avoid problems like this is to include your watchdog enable code with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#if[COLOR=Red]n[/COLOR]def&amp;nbsp; DEBUG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//whatever is in here is [COLOR=Red]not included[/COLOR] in Debug build&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//because Symbol 'DEBUG' is defined in properties &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So watchdog doesn't disturb you while debugging in 'Debug build' and if you make a final 'Release build' it's included again :rolleyes:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:09:37 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:09:37Z</dc:date>
    <item>
      <title>again error 15</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584439#M26281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by timer on Fri Jan 13 09:32:59 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I read a lot about this error but I have stil a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My situation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- as a kind of "rookie" for my LPC1769 I turn on the watchdog timer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- so I get the error 15 target ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- with both, the vector catch and ISP I can get a connection to the board&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- and the software is running (now without any watchdog stuff)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- but if I don't get into the ISP-Mode or turn on the vector cache I get the error again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to erase with the magic tool or is there anything what I can do else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:09:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584439#M26281</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: again error 15</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584440#M26282</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 Fri Jan 13 09:48:31 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you read this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Getting debug access to target chip&lt;BR /&gt;&lt;BR /&gt;It is possible to download an image into the flash on the target that will then prevent further debug connections. The classic cases of this are&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The image contains code that sets the MCU clocks up "incorrectly".&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The image contains code that enables a watchdog timer.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The image contains code that "switches off" some, or all of the multiplexed debug pins (JTAG/SWD). &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;See: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/DebugAccessChip?highlight=%28watchdog%29&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:09:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584440#M26282</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: again error 15</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584441#M26283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by timer on Fri Jan 13 10:06:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, with this information I get access to the board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But do I now have to use one of this way forever?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is there a way to get access as before the error?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:09:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584441#M26283</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: again error 15</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584442#M26284</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 Fri Jan 13 10:19:18 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you understand this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;It is possible to download an image into the flash on the target that will then prevent further debug connections. The classic cases of this are&lt;BR /&gt;...&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The image contains code that enables a watchdog timer.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: Switch to ISP to reprogram your flash with&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 disabled watchdog&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 enabled watchdog. Enabled watchdog is killing your debug connection -&amp;gt; no SWD -&amp;gt; no programming / debugging via LPC-Link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:09:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584442#M26284</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: again error 15</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584443#M26285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by timer on Fri Jan 13 10:52:00 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Erstmal groÃŸen Dank an deine MÃ¼he.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ich hatte schon &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NVIC_DisableIRQ(WDT_IRQn);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;probiert und jetzt habe ich noch &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_WDT-&amp;gt;WDMOD = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;im Register ist er auch ausgeschaltet, aber es bleibt dabei. :(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:09:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584443#M26285</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: again error 15</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584444#M26286</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 Fri Jan 13 11:17:34 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;A simple way to avoid problems like this is to include your watchdog enable code with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#if[COLOR=Red]n[/COLOR]def&amp;nbsp; DEBUG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//whatever is in here is [COLOR=Red]not included[/COLOR] in Debug build&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//because Symbol 'DEBUG' is defined in properties &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So watchdog doesn't disturb you while debugging in 'Debug build' and if you make a final 'Release build' it's included again :rolleyes:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:09:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584444#M26286</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: again error 15</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584445#M26287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by timer on Fri Jan 13 11:31:54 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, I found the failure I think.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cr_startup_lpc17.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cr_startup_lpc176x.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I change back and it works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards, Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:09:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/again-error-15/m-p/584445#M26287</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:09:38Z</dc:date>
    </item>
  </channel>
</rss>

