<?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>MCUXpresso Config Tools中的主题 Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025539#M930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*** About MCUXpresso Config Tools:&lt;BR /&gt;Version and Build id: 7.0.0.202002070841&lt;BR /&gt;Installed tools:&lt;BR /&gt;Project Cloner (2.0)&lt;BR /&gt;Pins (7.0)&lt;BR /&gt;Clocks (7.0)&lt;BR /&gt;Peripherals (7.0)&lt;BR /&gt;TEE (1.0)&lt;BR /&gt;Device Configuration (2.0)&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/96391iD8C874016C1B8676/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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2020 19:13:12 GMT</pubDate>
    <dc:creator>arda_otuz</dc:creator>
    <dc:date>2020-04-03T19:13:12Z</dc:date>
    <item>
      <title>MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025535#M926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using LPC802M001JDH20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As configuring the WDTT, even though everything (including clocksource and frequency) in Config Tools software is specified;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config Tools provides the following inside peripherals.c:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;const wwdt_config_t WWDT_config = {&lt;BR /&gt; .enableWwdt = true,&lt;BR /&gt; .enableWatchdogProtect = false,&lt;BR /&gt; .enableLockOscillator = true,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, system fails inside fsl.wwdt.c -&amp;gt; WWDT_Init function @line 139 "assert(0U != config-&amp;gt;clockFreq_Hz);"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason: Config Tool must add&lt;SPAN&gt;&amp;nbsp;clock frequency inside WWDT_config struct:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;const wwdt_config_t WWDT_config = {&lt;BR /&gt; .enableWwdt = true,&lt;BR /&gt; .enableWatchdogProtect = false,&lt;BR /&gt; .enableLockOscillator = true,&lt;BR /&gt; .clockFreq_Hz =&amp;nbsp;XXXXXXX&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;- should be added but not by the Config Tools&lt;BR /&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unless you fix this section by adding clockFreq manually, code will fail @ assert(0U != config-&amp;gt;clockFreq_Hz);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 11:35:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025535#M926</guid>
      <dc:creator>arda_otuz</dc:creator>
      <dc:date>2020-03-27T11:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025536#M927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/arda.otuz@eecelectronics.com.tr"&gt;arda.otuz@eecelectronics.com.tr&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Thank you for showing the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could you let me know how did you configure the peripheral?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I haven't managed to replicate the issue. I created a project for the same MCU adding the WWDT driver. Then I went to &lt;EM&gt;Config tools-&amp;gt;Peripherals&lt;/EM&gt; and check the WWDT peripheral and let the &lt;EM&gt;Preset &amp;gt;&amp;gt;default&lt;/EM&gt; and finally clicked on &lt;EM&gt;update code&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;This the structure that config tools created for me in on peripherals.c&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;const wwdt_config_t &lt;STRONG&gt;WWDT_config&lt;/STRONG&gt; = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt; .enableWwdt = true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt; .enableWatchdogReset = false,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt; .enableWatchdogProtect = false,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt; .enableLockOscillator = false,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt; .windowValue = WWDT_WINDOW,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt; .timeoutValue = WWDT_TIMEOUT,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt; .warningValue = WWDT_WARNING,&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 11px; "&gt; .clockFreq_Hz = 250000&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 11px;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And my configuration for the peripheral.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="wwdt.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101002i8936BDEF10EE4AFB/image-size/large?v=v2&amp;amp;px=999" role="button" title="wwdt.PNG" alt="wwdt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards, Diego.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 20:39:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025536#M927</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-03-31T20:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025537#M928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting, because the way you do it, it creates the code perfectly.&lt;BR /&gt;This is my configuration and the output:&lt;BR /&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/101310i50050B2487140228/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_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101250iFAB854577D0FAB77/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No errors on the Keil side packages.&lt;/P&gt;&lt;P&gt;Code generated:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101288iA53F8145170AFF0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I even need to delete the commas in order to fix the errors.&lt;/P&gt;&lt;P&gt;Also the ADC code is having the comma error issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, yes I am using Keil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 06:10:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025537#M928</guid>
      <dc:creator>arda_otuz</dc:creator>
      <dc:date>2020-04-01T06:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025538#M929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/arda.otuz@eecelectronics.com.tr"&gt;arda.otuz@eecelectronics.com.tr&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Sorry for the delay.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for providing me that information!&lt;/P&gt;&lt;P&gt;Maybe the issue is related to the SDK and config tools version.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you provide me that additional info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Diego.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2020 19:06:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025538#M929</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-04-03T19:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025539#M930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*** About MCUXpresso Config Tools:&lt;BR /&gt;Version and Build id: 7.0.0.202002070841&lt;BR /&gt;Installed tools:&lt;BR /&gt;Project Cloner (2.0)&lt;BR /&gt;Pins (7.0)&lt;BR /&gt;Clocks (7.0)&lt;BR /&gt;Peripherals (7.0)&lt;BR /&gt;TEE (1.0)&lt;BR /&gt;Device Configuration (2.0)&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/96391iD8C874016C1B8676/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2020 19:13:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025539#M930</guid>
      <dc:creator>arda_otuz</dc:creator>
      <dc:date>2020-04-03T19:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025540#M931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arda,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are combining WWDT v2.0.0 MCUXpresso Peripherals tool component with WWDT v2.1.4 MCUXpresso SDK driver. Difference between the two versions is in the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;clockFreq_Hz item in the configuration structure which was not present in the older driver version. Please switch the component in Peripherals tool to the latest version (v2.1.2) which is compatible with driver 2.1.4.&amp;nbsp;&lt;/SPAN&gt;Please refer to similar question raised here:&amp;nbsp;&lt;A href="https://community.nxp.com/thread/522196"&gt;ConfigTools issue: Watchdog configuration for LPC54113&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the issue with empty lines ended with commas, I'm not able to reproduce it. If you could attach the .MEX file generated by the MCUXpresso Config Tools I may try it on my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 13:57:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025540#M931</guid>
      <dc:creator>Lukas_Heczko</dc:creator>
      <dc:date>2020-04-09T13:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025541#M932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/arda.otuz@eecelectronics.com.tr"&gt;arda.otuz@eecelectronics.com.tr&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to check my colleague Lukas Heczko's suggestions?&lt;/P&gt;&lt;P&gt;Best regards, Diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 17:59:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025541#M932</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-04-15T17:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025542#M933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&lt;/P&gt;&lt;P&gt;Seems like the only peripherals tool version I have installed is 2.1.4.&lt;BR /&gt;I will attach the mex file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 18:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025542#M933</guid>
      <dc:creator>arda_otuz</dc:creator>
      <dc:date>2020-04-15T18:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025543#M934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arda,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I was not able to replicate the issue using the .mex file that you provided us. I have the same build of the tool on Windows 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you export the&amp;nbsp;code manually to another folder or project,&amp;nbsp; does the problems keep arising?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="export.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108157i38C5A554A3DCF612/image-size/large?v=v2&amp;amp;px=999" role="button" title="export.PNG" alt="export.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sorry for all the inconvenience.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards, Diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 22:00:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025543#M934</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-04-16T22:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025544#M935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded the attachment in an empty folder I have sent to you.&amp;nbsp;&lt;BR /&gt;I unzipped and opened the .mex file and clicked update code:&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/108185iF453E0C53D47FCB4/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/108186iA696BB388D610CD2/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;The ouput of .c file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108187i3C96909692D0C8A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108188i02E1AB8CD110EEA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not a big deal I guess, I fix the errors manually. Luckly LPC802 and my project is not complex.&lt;/P&gt;&lt;P&gt;Thank you for your support anyways. I will get going this way and hope some kind of update or windows update may fix it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 07:28:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025544#M935</guid>
      <dc:creator>arda_otuz</dc:creator>
      <dc:date>2020-04-17T07:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Config Tools V7.0 -- WDTT Configuration Bug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025545#M936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arda,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, thank you for your replies.&lt;/P&gt;&lt;P&gt;If you keep getting the same bugs&amp;nbsp;in the future while doing new projects, please, report them again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll&amp;nbsp; check further, to see if we have missed something to solve this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Best regards, Diego.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 16:08:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/MCUXpresso-Config-Tools-V7-0-WDTT-Configuration-Bug/m-p/1025545#M936</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-04-17T16:08:05Z</dc:date>
    </item>
  </channel>
</rss>

