<?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: Disable Watchdog Debug Mask Processor Expert in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671898#M8928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Josiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid that it is impossible to add this feature , because there isn't update for the Processor Expert.&lt;/P&gt;&lt;P&gt;About develop kinetis products on KDS, the update have moved to MCUXpresso software and tools:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools:MCUXPRESSO?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools:MCUXPRESSO?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;MCUXpresso Software and Tools for ARM® Cortex®-M cores|NXP&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we only can use some workaround on PE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2017 02:35:04 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2017-07-21T02:35:04Z</dc:date>
    <item>
      <title>Disable Watchdog Debug Mask Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671893#M8923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Processor Expert, I am unable to find a setting that will disable the debug mask register to enable the watchdog to work correctly in debug mode ("correctly" being "don't keep track of the passage of time during debug breaks").&lt;/P&gt;&lt;P&gt;Looking at the initialization code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* WDOG_CS1: EN=1,INT=0,UPDATE=1,TST=0,&lt;STRONG&gt;DBG=1&lt;/STRONG&gt;,WAIT=1,STOP=1 */&lt;BR /&gt;&amp;nbsp; WDOG_CS1 = WDOG_CS1_EN_MASK |&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WDOG_CS1_UPDATE_MASK |&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WDOG_CS1_TST(0x00) |&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt; WDOG_CS1_DBG_MASK |&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;lt;&amp;lt;&amp;lt;&amp;lt;THIS ONE HERE&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WDOG_CS1_WAIT_MASK |&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WDOG_CS1_STOP_MASK;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Setup control register */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gotten it to work by removing that line and disabling PE from updating the code, but that is not a very elegant solution.&amp;nbsp; Is there a way I can tell PE to use the debug mask settings I want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Josiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 19:10:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671893#M8923</guid>
      <dc:creator>justusandjustic</dc:creator>
      <dc:date>2017-07-17T19:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Watchdog Debug Mask Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671894#M8924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Josiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- On one hand you can add the "WatchDog_LDD" component to configure:&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/26322i2B67A809066402EB/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;- On the other hand , you can use your own code , in the resource part choose "Managegd by user code"&lt;/P&gt;&lt;P&gt;of "WDOG", then write your own code into project .&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/26435iA3523D0874E3843D/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;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:08:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671894#M8924</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-07-18T08:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Watchdog Debug Mask Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671895#M8925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am already using the watchdog component.&amp;nbsp; The first screenshot you posted shows the exact location of the code I posted in my original question.&amp;nbsp; The problem is that whenever I build my project, the line:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WDOG_CS1_DBG_MASK |&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;is added in the init function.&amp;nbsp; If I remove it, it is re-added the next time I build.&amp;nbsp; I was hoping there was a setting in the component to let PE know I don't want that line added.&amp;nbsp; Something like "disable debug mask".&amp;nbsp; I expected such a setting to exist, but have been unable to find it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get PE to build the init function without turning on the debug mask?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Josiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 21:00:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671895#M8925</guid>
      <dc:creator>justusandjustic</dc:creator>
      <dc:date>2017-07-19T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Watchdog Debug Mask Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671896#M8926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Josiah,&lt;/P&gt;&lt;P&gt;There is a method to don't add that line after you delete it .&lt;/P&gt;&lt;P&gt;After change the code, please right lick the watchdog_LDD component , then choose&lt;/P&gt;&lt;P&gt;"Don't Write Generated Component Modules":&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/25593i45FD5606752B0669/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;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 02:37:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671896#M8926</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-07-20T02:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Watchdog Debug Mask Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671897#M8927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said before:&lt;/P&gt;&lt;P&gt;"I've gotten it to work by removing that line and disabling PE from updating the code, but that is not a very elegant solution.&amp;nbsp; Is there a way I can tell PE to use the debug mask settings I want?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you're saying that options to set those specific registers, including the debug mask register, don't exist?&amp;nbsp; That seems very strange.&amp;nbsp; That means the every time I want to change a different setting in the watchdog component, I need to re-enable code generation, build the code, disable code generation, and delete the line again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible this feature will be added in the future?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Josiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 12:17:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671897#M8927</guid>
      <dc:creator>justusandjustic</dc:creator>
      <dc:date>2017-07-20T12:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Watchdog Debug Mask Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671898#M8928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Josiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid that it is impossible to add this feature , because there isn't update for the Processor Expert.&lt;/P&gt;&lt;P&gt;About develop kinetis products on KDS, the update have moved to MCUXpresso software and tools:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools:MCUXPRESSO?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools:MCUXPRESSO?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;MCUXpresso Software and Tools for ARM® Cortex®-M cores|NXP&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we only can use some workaround on PE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 02:35:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671898#M8928</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-07-21T02:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Watchdog Debug Mask Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671899#M8929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the MCUXpresso Software have a PE-equivalent feature?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Josiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 19:20:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671899#M8929</guid>
      <dc:creator>justusandjustic</dc:creator>
      <dc:date>2017-07-21T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Watchdog Debug Mask Processor Expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671900#M8930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Josiah,&lt;/P&gt;&lt;P&gt;Yes,&amp;nbsp; the MCUXpresso Software include three parts :&lt;A href="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK" target="_blank"&gt;MCUXpresso SDK&lt;/A&gt;, &lt;A href="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-integrated-development-environment-ide-v10.0.2:MCUXpresso-IDE" target="_blank"&gt;MCUXpresso IDE,&lt;/A&gt; &lt;A href="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-config-tools:MCUXpresso-Config-Tools" target="_blank"&gt;MCUXpresso Config Tools&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the &lt;A href="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-config-tools:MCUXpresso-Config-Tools" target="_blank"&gt;MCUXpresso Config Tools&lt;/A&gt; is a configure tools, &lt;STRONG&gt;while now , it only support configure clock and pins :&lt;/STRONG&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/26510iD2AE979706953BB1/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;And MCUXpresso SDK and Config Tools also can used with KDS.&lt;/P&gt;&lt;P&gt;There is a description about this software :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-333068"&gt;https://community.nxp.com/docs/DOC-333068&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 07:22:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Disable-Watchdog-Debug-Mask-Processor-Expert/m-p/671900#M8930</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-07-24T07:22:16Z</dc:date>
    </item>
  </channel>
</rss>

