<?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: Step, with or without interrupt masking (KDS, KL03) in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484369#M5635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P&amp;amp;E and Segger settings do not have something to turn this on. Maybe it could be done with some custom gdb scripts (writing that value to the register) while doing stepping, but unfortunately we don't have any example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2016 21:52:17 GMT</pubDate>
    <dc:creator>Carlos_Musich</dc:creator>
    <dc:date>2016-02-08T21:52:17Z</dc:date>
    <item>
      <title>Step, with or without interrupt masking (KDS, KL03)</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484368#M5634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the "ARMv6-M Architecture Reference Manual" section C1.3 "Overview of the ARMv6-M debug features" indicates that the debug system includes the ability to "Step, with or without interrupt masking."&amp;nbsp; Does the Kinetis IDE have a way to step through a program with interrupt masking OFF (so that interrupts will be entered single-stepping as they occur)?&amp;nbsp; If so, how do I make that setting change in the Kinetis IDE?&lt;/P&gt;&lt;P&gt;Thanks in advance for help with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 03:53:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484368#M5634</guid>
      <dc:creator>thomasedel</dc:creator>
      <dc:date>2016-02-04T03:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Step, with or without interrupt masking (KDS, KL03)</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484369#M5635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P&amp;amp;E and Segger settings do not have something to turn this on. Maybe it could be done with some custom gdb scripts (writing that value to the register) while doing stepping, but unfortunately we don't have any example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 21:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484369#M5635</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2016-02-08T21:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Step, with or without interrupt masking (KDS, KL03)</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484370#M5636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;I did some research on this topic, and I have found this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sourceware.org/gdb/onlinedocs/gdb.html#Hooks" title="https://www.sourceware.org/gdb/onlinedocs/gdb.html#Hooks"&gt;https://www.sourceware.org/gdb/onlinedocs/gdb.html#Hooks&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Basically that would allow you to create your own hook were you could enable interrupts even while stepping.&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>Thu, 11 Feb 2016 19:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484370#M5636</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-02-11T19:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Step, with or without interrupt masking (KDS, KL03)</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484371#M5637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for clarifying.&lt;/P&gt;&lt;P&gt;-Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 06:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484371#M5637</guid>
      <dc:creator>thomasedel</dc:creator>
      <dc:date>2016-02-12T06:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Step, with or without interrupt masking (KDS, KL03)</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484372#M5638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for looking into it.&amp;nbsp; I think that route is probably beyond my skill level at this point.&lt;/P&gt;&lt;P&gt;-Thomas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 06:16:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Step-with-or-without-interrupt-masking-KDS-KL03/m-p/484372#M5638</guid>
      <dc:creator>thomasedel</dc:creator>
      <dc:date>2016-02-12T06:16:46Z</dc:date>
    </item>
  </channel>
</rss>

