<?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>Kinetis Design Studio中的主题 How to Set a Memory Watchpoint in KDS</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Set-a-Memory-Watchpoint-in-KDS/m-p/849170#M9883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to set a memory watchpoint in KDS (v3.2.0), so that program execution halts, if the memory location is loaded with a specific value.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2018 16:36:10 GMT</pubDate>
    <dc:creator>pcpro178</dc:creator>
    <dc:date>2018-07-24T16:36:10Z</dc:date>
    <item>
      <title>How to Set a Memory Watchpoint in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Set-a-Memory-Watchpoint-in-KDS/m-p/849170#M9883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to set a memory watchpoint in KDS (v3.2.0), so that program execution halts, if the memory location is loaded with a specific value.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Set-a-Memory-Watchpoint-in-KDS/m-p/849170#M9883</guid>
      <dc:creator>pcpro178</dc:creator>
      <dc:date>2018-07-24T16:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set a Memory Watchpoint in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Set-a-Memory-Watchpoint-in-KDS/m-p/849171#M9884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim Fell&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, in the memory window, after you add a memory monitor, you can right click on the address you want to set a memory watchpoint, click on "Add Watchpoint (C/C++)" and this breakpoint will appear in your Breakpoint view:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66618i9F4C44DEB12F11D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66619iEE49925A855E8E96/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 23:44:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Set-a-Memory-Watchpoint-in-KDS/m-p/849171#M9884</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2018-07-26T23:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set a Memory Watchpoint in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Set-a-Memory-Watchpoint-in-KDS/m-p/849172#M9885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I already know how to do that.&amp;nbsp; It will pause execution every time the value at that memory location is changed.&amp;nbsp; I needed to be able to pause execution only when the memory location is changed to a &lt;EM&gt;&lt;STRONG&gt;specific value&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp; I'm debugging a data buffer, so the values at the memory location change frequently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 12:20:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Set-a-Memory-Watchpoint-in-KDS/m-p/849172#M9885</guid>
      <dc:creator>pcpro178</dc:creator>
      <dc:date>2018-07-27T12:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set a Memory Watchpoint in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Set-a-Memory-Watchpoint-in-KDS/m-p/849173#M9886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;you can specify that in the 'condition' field of the watchpoint, see towards the end of &lt;A class="link-titled" href="https://mcuoneclipse.com/2014/05/17/cc-watchpoints-with-eclipse-kepler/" title="https://mcuoneclipse.com/2014/05/17/cc-watchpoints-with-eclipse-kepler/"&gt;C/C++ Watchpoints with Eclipse Kepler | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 12:36:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-Set-a-Memory-Watchpoint-in-KDS/m-p/849173#M9886</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2018-07-27T12:36:03Z</dc:date>
    </item>
  </channel>
</rss>

