<?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 Microcontrollers中的主题 How to view Peripheral registers in debug mode? I am using KL25 FRDM board. Dev Environment Code Warrior IDE</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248135#M6771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to view Peripheral registers in debug mode(in OpenSDA debug)? I am using KL25 FRDM board. Dev Environment Code Warrior IDE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2013 13:02:47 GMT</pubDate>
    <dc:creator>anand-k</dc:creator>
    <dc:date>2013-02-05T13:02:47Z</dc:date>
    <item>
      <title>How to view Peripheral registers in debug mode? I am using KL25 FRDM board. Dev Environment Code Warrior IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248135#M6771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to view Peripheral registers in debug mode(in OpenSDA debug)? I am using KL25 FRDM board. Dev Environment Code Warrior IDE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 13:02:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248135#M6771</guid>
      <dc:creator>anand-k</dc:creator>
      <dc:date>2013-02-05T13:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to view Peripheral registers in debug mode? I am using KL25 FRDM board. Dev Environment Code Warrior IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248136#M6772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;there is the 'Registers' view (Window &amp;gt; Show View &amp;gt; Register) for this.&lt;/P&gt;&lt;P&gt;You can view the peripheral registers as well without debugging:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/04/07/offline-registers/" title="http://mcuoneclipse.com/2012/04/07/offline-registers/"&gt;http://mcuoneclipse.com/2012/04/07/offline-registers/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 13:11:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248136#M6772</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-02-05T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to view Peripheral registers in debug mode? I am using KL25 FRDM board. Dev Environment Code Warrior IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248137#M6773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;But it seems that the neither registers in 'Registers' view nor global variables in 'Variables' are updated dynamically in debug run mode; only when I press the Suspend button, the updated value is reflected/shown. What should be done to make it for dynamic update?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 07:06:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248137#M6773</guid>
      <dc:creator>anand-k</dc:creator>
      <dc:date>2013-02-11T07:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to view Peripheral registers in debug mode? I am using KL25 FRDM board. Dev Environment Code Warrior IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248138#M6774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To my knowledge it is not easily possible to refresh the CPU registers while running. And that would be probably not practical as they are changing very fast. If you want to show a few peripheral registers, that's possible if you show them as variables. See &lt;A href="http://mcuoneclipse.com/2013/01/27/live-view-for-variables-and-memory/" title="http://mcuoneclipse.com/2013/01/27/live-view-for-variables-and-memory/"&gt;Live View for Variables and Memory | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 07:25:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248138#M6774</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-02-11T07:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to view Peripheral registers in debug mode? I am using KL25 FRDM board. Dev Environment Code Warrior IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248139#M6775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about global variables, even they are not updated? I can understand that the variables or registers are updating so fast that you can't view its value unless you suspend debug. I had used CW IDE(not eclipse based - in one of my prev project) for HCS12X based controller in which in debug mode i can view the variables and registers getting updated dynamically in run mode.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 07:52:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248139#M6775</guid>
      <dc:creator>anand-k</dc:creator>
      <dc:date>2013-02-11T07:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to view Peripheral registers in debug mode? I am using KL25 FRDM board. Dev Environment Code Warrior IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248140#M6776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, global variables can be updated as for the HCS12(X). See &lt;A class="jive-link-external-small" href="http://mcuoneclipse.com/2013/01/27/live-view-for-variables-and-memory/"&gt;Live View for Variables and Memory | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 08:01:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248140#M6776</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-02-11T08:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to view Peripheral registers in debug mode? I am using KL25 FRDM board. Dev Environment Code Warrior IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248141#M6777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK whether it is(global variables update)possible in KL25? you had mentioned only about CPU registers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 09:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248141#M6777</guid>
      <dc:creator>anand-k</dc:creator>
      <dc:date>2013-02-11T09:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to view Peripheral registers in debug mode? I am using KL25 FRDM board. Dev Environment Code Warrior IDE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248142#M6778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to update periodically global variables and whatever has memory (e.g. memory mapped registers) with the KL25Z (or any Kinetis).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 09:31:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-view-Peripheral-registers-in-debug-mode-I-am-using-KL25/m-p/248142#M6778</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-02-11T09:31:02Z</dc:date>
    </item>
  </channel>
</rss>

