<?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>topic Re: Red Suite 4 watchpoint in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540989#M7232</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 Sun Sep 16 17:07:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just switch it to decimal ;) &lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/DefaultDisplayFormats?&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:27:47 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:27:47Z</dc:date>
    <item>
      <title>Red Suite 4 watchpoint</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540984#M7227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dhill on Mon Jun 04 15:39:42 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I set a watch point in Red Suite 4 to stop execution on a write to a variable. I got an error message when I started execution again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;15: Target error from Set break/watch&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unable to set a watchpoint - no resource available&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running on a LPC2368. Doesn't this processor support data write breakpoints?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540984#M7227</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Red Suite 4 watchpoint</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540985#M7228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by creafyumi on Mon Jun 04 19:35:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: dhill&lt;/STRONG&gt;&lt;BR /&gt;I set a watch point in Red Suite 4 to stop execution on a write to a variable. I got an error message when I started execution again.&lt;BR /&gt;&lt;BR /&gt;15: Target error from Set break/watch&lt;BR /&gt;Unable to set a watchpoint - no resource available&lt;BR /&gt;&lt;BR /&gt;I am running on a LPC2368. Doesn't this processor support data write breakpoints?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How many watch points have you set? You may try delete some other watch points if you have too many of them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540985#M7228</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Red Suite 4 watchpoint</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540986#M7229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Tue Jun 05 01:08:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The number of breakpoints and watchpoints is determined by the resources on the processor you are using. An ARM7 allows a maximum of 2 in total. See&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/HowManyBreakpoints&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;for more details&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540986#M7229</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Red Suite 4 watchpoint</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540987#M7230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dhill on Wed Jun 06 07:53:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;The number of breakpoints and watchpoints is determined by the resources on the processor you are using. An ARM7 allows a maximum of 2 in total. See&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/HowManyBreakpoints&lt;/A&gt;&lt;BR /&gt;for more details&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can set 2 breakpoints but I can not set any watchpoints. I did not have any breakpoints set and attempted to set one watchpoint. Does the LPC2368 support 2 breakpoints and no watchpoints?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540987#M7230</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Red Suite 4 watchpoint</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540988#M7231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dadalolo on Sun Sep 16 15:19:34 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;When I add a variable to Watch Expression and change its FORMAT to say DECIMAL, then when I run the program in STEP by STEP mode, the format stays the same. But when I let the code run (F8) and the breakpoint is hit the FORMAT of that variable is changed back to HEX. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can this be fixed somehow ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540988#M7231</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Red Suite 4 watchpoint</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540989#M7232</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 Sun Sep 16 17:07:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just switch it to decimal ;) &lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/DefaultDisplayFormats?&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540989#M7232</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Red Suite 4 watchpoint</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540990#M7233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dadalolo on Mon Sep 24 15:10:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I know I can change global format. I was writing about the issue that the FORMAT of 'individual variable' changed during debug session is NOT kept after pressing F8 (run) when program then stopped at any breakpoint. This is a bug and I was hoping that it would be fixed some day.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Red-Suite-4-watchpoint/m-p/540990#M7233</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:48Z</dc:date>
    </item>
  </channel>
</rss>

