<?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: KDS 3.2.0 Behavior in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514749#M6794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen this same behaviour with the PE multilink FX. I remove a breakpoint and it never goes away. Dis-connecting the usb, reboot sometimes clears it, but not always. This whole debug scenario needs some major attention to detail IMHO&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 19:16:43 GMT</pubDate>
    <dc:creator>kennethtait</dc:creator>
    <dc:date>2016-06-13T19:16:43Z</dc:date>
    <item>
      <title>KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514740#M6785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I randomly suspend execution of the program being debugged. When I resume&lt;/P&gt;&lt;P&gt;execution, the program breaks at the instruction that was being executed at&lt;/P&gt;&lt;P&gt;the time of the suspend. This is causing me trouble because I am trying to&lt;/P&gt;&lt;P&gt;collect function execution times. I cannot reach the breakpoint which is where &lt;/P&gt;&lt;P&gt;I want to suspend to observe timings, without hitting this temporary breakpoint&lt;/P&gt;&lt;P&gt;which is always applied. It only gets removed by manually removing it. And&lt;/P&gt;&lt;P&gt;then it comes back.I have been using KDS for several months, and this never&lt;/P&gt;&lt;P&gt;happened before.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I have been planting breakpoints in a particular file for many weeks. Now&lt;/P&gt;&lt;P&gt;suddenly whenever I attempt to plant a breakpoint, KDS prompts for entering &lt;/P&gt;&lt;P&gt;a "Book Mark". I have not been able to resolve this by performing a clean build.&lt;/P&gt;&lt;P&gt;Changing code in the file, re-compiling, and restarting the program execution&lt;/P&gt;&lt;P&gt;does not fix this. This just all of a sudden happened. For the past week I have&lt;/P&gt;&lt;P&gt;not been able to plant breakpoints in this file. What will resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:33:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514740#M6785</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-06T13:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514741#M6786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard Fox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What message does it give you in the console while you're debugging. It could be a problem with your breakpoints, sometimes there are a big number of breakpoints or there are breakpoints to deleted lines that it gives you "Warning - Not all breakpoints could be written" . I recommend you to remove all the breakpoints and add just necessary breakpoints, you can do it in windows&amp;gt;show views&amp;gt;breakpoints. Please also check this posts as references:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/358673"&gt;Why all breakpoints show "Multiple markers at this line"?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2014/10/11/failed-to-debug-with-gdb-breakpoints-or-expressions-on-non-existing-locations/" title="https://mcuoneclipse.com/2014/10/11/failed-to-debug-with-gdb-breakpoints-or-expressions-on-non-existing-locations/"&gt;https://mcuoneclipse.com/2014/10/11/failed-to-debug-with-gdb-breakpoints-or-expressions-on-non-existing-locations/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jorge Alcala&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, 07 Jun 2016 17:09:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514741#M6786</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2016-06-07T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514742#M6787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The breakpoint issue happens with only the temporary breakpoint at main().&lt;/P&gt;&lt;P&gt;Whenever I suspend execution, a temporary breakpoint is planted at the&lt;/P&gt;&lt;P&gt;suspend point. These temporary breakpoints are not removed! There are no&lt;/P&gt;&lt;P&gt;error messages of any kind in the console window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The planting book mark issue has been resolved. Starting the IDE resulted&lt;/P&gt;&lt;P&gt;in a message that a particular file, the one with the book mark issue, did &lt;/P&gt;&lt;P&gt;not&lt;/P&gt;&lt;P&gt;exist. I had to delete the source file from the project and then add it &lt;/P&gt;&lt;P&gt;back. &lt;/P&gt;&lt;P&gt;Now breakpoints can be planted. When the IDE complained about the &lt;/P&gt;&lt;P&gt;missing file, I was able to read the file contents via a text editor &lt;/P&gt;&lt;P&gt;outside the&lt;/P&gt;&lt;P&gt;IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick Fox&lt;/P&gt;&lt;P&gt;Firmware  Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATIONAL CONTROLS CORPORATION BUSINESS UNIT&lt;/P&gt;&lt;P&gt;INSTRUMENTATION AND SPECIALTY CONTROLS DIVISION&lt;/P&gt;&lt;P&gt;1725 Western Dr | West Chicago, IL 60185 | &lt;A href="http://www.ametekncc.com" target="test_blank"&gt;http://www.ametekncc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Phone: (630)621-3118 | email: Dick Fox@ametek.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 19:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514742#M6787</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-07T19:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514743#M6788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard Fox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad that your bookmark issue has been resolved. About your suspend execution issue, the temporary breakpoints that are planted when you suspend appears in your breakpoints list like this?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59316iEB1D11F7CD489735/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What interface are you using to debug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 21:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514743#M6788</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2016-06-08T21:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514744#M6789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't receive a breakpoint picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a P&amp;amp;E MultiLink FX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick Fox&lt;/P&gt;&lt;P&gt;Firmware  Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATIONAL CONTROLS CORPORATION BUSINESS UNIT&lt;/P&gt;&lt;P&gt;INSTRUMENTATION AND SPECIALTY CONTROLS DIVISION&lt;/P&gt;&lt;P&gt;1725 Western Dr | West Chicago, IL 60185 | &lt;A href="http://www.ametekncc.com" target="test_blank"&gt;http://www.ametekncc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Phone: (630)621-3118 | email: Dick Fox@ametek.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 14:40:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514744#M6789</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-09T14:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514745#M6790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard Fox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The community link to your post is:&lt;A href="https://community.nxp.com/thread/395934"&gt;KDS 3.2.0 Behavior&lt;/A&gt;​ you should be able to see the breakpoint picture. While you are debugging you can go to windows&amp;gt;show views&amp;gt;Breakpoints, it should show your breakpoints list, what are the breakpoints that are listed here? they appear with an &lt;STRONG&gt;address&lt;/STRONG&gt; and&lt;STRONG&gt; type: temporary&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&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, 09 Jun 2016 16:54:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514745#M6790</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2016-06-09T16:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514746#M6791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the temporary breakpoint that I see is the same as your picture.&lt;/P&gt;&lt;P&gt;I have removed the breakpoint only to have it re-appear. Again it&lt;/P&gt;&lt;P&gt;happens following suspending program execution. I realize that the&lt;/P&gt;&lt;P&gt;breakpoint is due to halting the program. But once it is set I can never&lt;/P&gt;&lt;P&gt;get rid of it. It keeps coming back. The only way that I have been able&lt;/P&gt;&lt;P&gt;to get around this is by pressing the "skip all breakpoints". The &lt;/P&gt;&lt;P&gt;breakpoint&lt;/P&gt;&lt;P&gt;still shows up at the same address, but at least the program does not &lt;/P&gt;&lt;P&gt;halt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick Fox&lt;/P&gt;&lt;P&gt;Firmware  Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATIONAL CONTROLS CORPORATION BUSINESS UNIT&lt;/P&gt;&lt;P&gt;INSTRUMENTATION AND SPECIALTY CONTROLS DIVISION&lt;/P&gt;&lt;P&gt;1725 Western Dr | West Chicago, IL 60185 | &lt;A href="http://www.ametekncc.com" target="test_blank"&gt;http://www.ametekncc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Phone: (630)621-3118 | email: Dick Fox@ametek.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 19:01:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514746#M6791</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-09T19:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514747#M6792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard Fox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could replicate your issue, it just happened when you use the P&amp;amp;E interface to debug, hence I am not sure if this problem is because the KDS 3.2. I reported this behavior with P&amp;amp;E micro and I'll keep you informed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 22:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514747#M6792</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2016-06-09T22:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514748#M6793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick Fox&lt;/P&gt;&lt;P&gt;Firmware  Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATIONAL CONTROLS CORPORATION BUSINESS UNIT&lt;/P&gt;&lt;P&gt;INSTRUMENTATION AND SPECIALTY CONTROLS DIVISION&lt;/P&gt;&lt;P&gt;1725 Western Dr | West Chicago, IL 60185 | &lt;A href="http://www.ametekncc.com" target="test_blank"&gt;http://www.ametekncc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Phone: (630)621-3118 | email: Dick Fox@ametek.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:47:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514748#M6793</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-10T12:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514749#M6794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen this same behaviour with the PE multilink FX. I remove a breakpoint and it never goes away. Dis-connecting the usb, reboot sometimes clears it, but not always. This whole debug scenario needs some major attention to detail IMHO&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 19:16:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514749#M6794</guid>
      <dc:creator>kennethtait</dc:creator>
      <dc:date>2016-06-13T19:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514750#M6795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. One other thing that I am having is&lt;/P&gt;&lt;P&gt;time out messages from GDB which halt execution. Are you&lt;/P&gt;&lt;P&gt;seeing similar time outs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick Fox&lt;/P&gt;&lt;P&gt;Firmware  Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATIONAL CONTROLS CORPORATION BUSINESS UNIT&lt;/P&gt;&lt;P&gt;INSTRUMENTATION AND SPECIALTY CONTROLS DIVISION&lt;/P&gt;&lt;P&gt;1725 Western Dr | West Chicago, IL 60185 | &lt;A href="http://www.ametekncc.com" target="test_blank"&gt;http://www.ametekncc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Phone: (630)621-3118 | email: Dick Fox@ametek.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 19:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514750#M6795</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-14T19:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514751#M6796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not seeing timeouts, but what I've found is that starting the &lt;/P&gt;&lt;P&gt;debugger is flawed here in KDS.&lt;/P&gt;&lt;P&gt;Do you have it plugged into a direct USB port or through a hub? I've &lt;/P&gt;&lt;P&gt;seen hub issues before with other tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason it doesn't remember which debug configuration you used &lt;/P&gt;&lt;P&gt;last, so if you just hit F11 or the Debug button, this will fail 2nd &lt;/P&gt;&lt;P&gt;time in. You have to specifically choose the configuration, or just &lt;/P&gt;&lt;P&gt;relaunch your last one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also had the gdb backend server die on Linux for no reason, yet the &lt;/P&gt;&lt;P&gt;debugger does not seem to sense this, so a complete bailout is needed to &lt;/P&gt;&lt;P&gt;actually kill the process and restart it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is alot of other strange behaviour. If I go to the memory browser, &lt;/P&gt;&lt;P&gt;enter 0x400, I see the flash fine. If I put in 0x3c0 to see the &lt;/P&gt;&lt;P&gt;bootloader config area, I get nothing but ???? I have no reason why it &lt;/P&gt;&lt;P&gt;won't inspect this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed KDS as a user with almost root permission, however it won't &lt;/P&gt;&lt;P&gt;do anything unless I start it as root. No amount of fiddling with &lt;/P&gt;&lt;P&gt;permissions will fix this. Again, I'm sure it's some eclipse or java &lt;/P&gt;&lt;P&gt;crap buried somewhere that wants to write a file it can't.. Why does no &lt;/P&gt;&lt;P&gt;one seem to know what's wrong here..who is maintaining this product?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect most all of these issues are eclipse related. I think the PE &lt;/P&gt;&lt;P&gt;backend is mostly good and have found no real issues with the compiler &lt;/P&gt;&lt;P&gt;or linker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All in all I've wasted far too much time on the tools not working right &lt;/P&gt;&lt;P&gt;and not being able to trust them. A real productivity drain...&lt;/P&gt;&lt;P&gt;The Kboot v2.0 has more bugs and mistakes than I can list so far....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the rant, but this is really eating into my time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514751#M6796</guid>
      <dc:creator>kennethtait</dc:creator>
      <dc:date>2016-06-14T20:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514752#M6797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not ranting. I have some of the same issues. I am using&lt;/P&gt;&lt;P&gt;a direct USB connection, and Windows 7 ( all I have!).&lt;/P&gt;&lt;P&gt;I have lost weeks of my time dealing with these tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick Fox&lt;/P&gt;&lt;P&gt;Firmware  Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATIONAL CONTROLS CORPORATION BUSINESS UNIT&lt;/P&gt;&lt;P&gt;INSTRUMENTATION AND SPECIALTY CONTROLS DIVISION&lt;/P&gt;&lt;P&gt;1725 Western Dr | West Chicago, IL 60185 | &lt;A href="http://www.ametekncc.com" target="test_blank"&gt;http://www.ametekncc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Phone: (630)621-3118 | email: Dick Fox@ametek.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 21:42:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514752#M6797</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-14T21:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514753#M6798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well now you've made me feel better! I guess I'm not alone here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the other people I'm working with are using the codewarrior IDE. &lt;/P&gt;&lt;P&gt;Too expensive to stay with long term.They are staying with the basics, &lt;/P&gt;&lt;P&gt;not excuring too far from the demos. It's taken them over a year to get &lt;/P&gt;&lt;P&gt;2 apps running, and they are not novice programers either. I'm the &lt;/P&gt;&lt;P&gt;pioneer trying to move over to the KDS environment since the local &lt;/P&gt;&lt;P&gt;Freescale guys have indicated to us this will be the future and &lt;/P&gt;&lt;P&gt;supported better...we shall see about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I could just once get an out of the box sample to compile load and &lt;/P&gt;&lt;P&gt;debug I'd be happy, but so far I have not seen this with any Freescale &lt;/P&gt;&lt;P&gt;stuff.&lt;/P&gt;&lt;P&gt;Simple compiler mistakes annoy me to no end....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The app notes gloss over much of the basics (Freescale that is),always &lt;/P&gt;&lt;P&gt;assuming you  have experience with the environment.&lt;/P&gt;&lt;P&gt;I like the hardware, but the software has along way to go...IMHO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 22:19:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514753#M6798</guid>
      <dc:creator>kennethtait</dc:creator>
      <dc:date>2016-06-14T22:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514754#M6799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have CodeWarrior also. I would have used it except the micro&lt;/P&gt;&lt;P&gt;that I am using is not supported. Which is why the use of KDS,&lt;/P&gt;&lt;P&gt;plus the reluctance to purchase software tools when they are&lt;/P&gt;&lt;P&gt;"freely" available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick Fox&lt;/P&gt;&lt;P&gt;Firmware  Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATIONAL CONTROLS CORPORATION BUSINESS UNIT&lt;/P&gt;&lt;P&gt;INSTRUMENTATION AND SPECIALTY CONTROLS DIVISION&lt;/P&gt;&lt;P&gt;1725 Western Dr | West Chicago, IL 60185 | &lt;A href="http://www.ametekncc.com" target="test_blank"&gt;http://www.ametekncc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Phone: (630)621-3118 | email: Dick Fox@ametek.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:10:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514754#M6799</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-15T13:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514755#M6800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still having trouble send me the details and I will try to &lt;/P&gt;&lt;P&gt;help. It's a learning curve for both of us&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:50:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514755#M6800</guid>
      <dc:creator>kennethtait</dc:creator>
      <dc:date>2016-06-15T14:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514756#M6801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your offer, and the same for you if you need help.&lt;/P&gt;&lt;P&gt;Right now, aside from the occasional time outs things are&lt;/P&gt;&lt;P&gt;working OK. I am near the end of my project and hope to&lt;/P&gt;&lt;P&gt;never have to use KDS again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick Fox&lt;/P&gt;&lt;P&gt;Firmware  Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATIONAL CONTROLS CORPORATION BUSINESS UNIT&lt;/P&gt;&lt;P&gt;INSTRUMENTATION AND SPECIALTY CONTROLS DIVISION&lt;/P&gt;&lt;P&gt;1725 Western Dr | West Chicago, IL 60185 | &lt;A href="http://www.ametekncc.com" target="test_blank"&gt;http://www.ametekncc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Phone: (630)621-3118 | email: Dick Fox@ametek.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:25:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514756#M6801</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-16T12:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514757#M6802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sad but I must concur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hardware here is very solid, but the cost of software dev here far &lt;/P&gt;&lt;P&gt;outweighs it's usefulness..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 14:55:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514757#M6802</guid>
      <dc:creator>kennethtait</dc:creator>
      <dc:date>2016-06-16T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514758#M6803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard Fox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just receive reply for the case, below is the mail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;We are aware of this issue. The problem is caused by a 2 hardware breakpoint limitation of some KL25 devices and the fact that the temp breakpoints do not get cleared by a CDT layer when the session is restarted/terminated.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;We are looking into this report to see if P&amp;amp;E plugin can control removing the breakpoints from the CDT layer or adding support for software breakpoint to resolve a two breakpoint limitation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In the meantime, as a workaround there are two things that the user can do:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1. Use terminate button and debug button to end and start a new debug session. In this case the temp breakpoints are not being added to the list.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. Go to breakpoints tab and disable/erase existing breakpoints before doing a session restart.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, it seems that this is a known issue and they are working to resolve the problem. Hope that this could be resolved as soon as possible. Sorry for the inconveniences that this may cause you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Jorge Alcala&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, 30 Jun 2016 21:21:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514758#M6803</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2016-06-30T21:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2.0 Behavior</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514759#M6804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information. I have been working around&lt;/P&gt;&lt;P&gt;the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dick Fox&lt;/P&gt;&lt;P&gt;Firmware  Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATIONAL CONTROLS CORPORATION BUSINESS UNIT&lt;/P&gt;&lt;P&gt;INSTRUMENTATION AND SPECIALTY CONTROLS DIVISION&lt;/P&gt;&lt;P&gt;1725 Western Dr | West Chicago, IL 60185 | &lt;A href="http://www.ametekncc.com" target="test_blank"&gt;http://www.ametekncc.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Phone: (630)621-3118 | email: Dick Fox@ametek.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 22:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-0-Behavior/m-p/514759#M6804</guid>
      <dc:creator>richardfox75</dc:creator>
      <dc:date>2016-06-30T22:49:54Z</dc:date>
    </item>
  </channel>
</rss>

