<?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: Cannot program New MKL25Z128 in OSBDM and TBDML</title>
    <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336736#M2920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The firmware in the FRDM-K25Z128 dev boards are locked so you can't program anything other than another FRDM-KL25Z128.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try looking here, I you can reprogram the K20 on the FRDM-KL25Z128 so that it will work with other boards/processors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://usbdm.sourceforge.net/USBDM_V4.10/Freedom/html/index.html" title="http://usbdm.sourceforge.net/USBDM_V4.10/Freedom/html/index.html"&gt;USBDM: USBDM-FRDM - USBDM Debugger based on Freescale FRDM-xxxx board&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also buy a CooCox CoLinkEx from Farnell $30 and this adapter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.adafruit.com/products/2094?gclid=CJ_c1ZSgzsICFUdefgodGbQA3w" title="http://www.adafruit.com/products/2094?gclid=CJ_c1ZSgzsICFUdefgodGbQA3w"&gt;http://www.adafruit.com/products/2094?gclid=CJ_c1ZSgzsICFUdefgodGbQA3w&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or buy the J-Link 9-pin Cortex-M Adapter from Segger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 23:44:52 GMT</pubDate>
    <dc:creator>gibbon1</dc:creator>
    <dc:date>2014-12-17T23:44:52Z</dc:date>
    <item>
      <title>Cannot program New MKL25Z128</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336735#M2919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first time writting at the forum.I have been reading a lot but now I am in a problem no one seems to have been in. &lt;SPAN class="emoticon-inline emoticon_happy"&gt;&lt;/SPAN&gt; Here is my problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I bought two FRDM-KL25 boards and after testing several things i have made up a custom board. The idea was to use one of the boards as a USBDM-FRDM programmer.&lt;/P&gt;&lt;P&gt;I can program one board with another without problem, but I cannot program &lt;EM&gt;my&lt;/EM&gt; board :smileyconfused:.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the begginning I thought about hw problems (because of the different HW) and try several solutions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding a serial resistor in the SWD_CLK line&lt;/LI&gt;&lt;LI&gt;Adding 100pF capacitor to the SWD_CLKand SWD_DIO lines&lt;/LI&gt;&lt;LI&gt;Powering the microcontroller with the reset signal low&lt;/LI&gt;&lt;LI&gt;Combinations of the above.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results are always the same:&lt;/P&gt;&lt;P&gt;When programming--&amp;gt;&amp;gt; unable to read/confirm CHIP_ID,&lt;/P&gt;&lt;P&gt;When trying to Detect the CHIP_ID-&amp;gt;&amp;gt; Device appears to be secured.... Unsecure and enterely erase?&lt;/P&gt;&lt;P&gt;When unsecuring--&amp;gt;&amp;gt;Failed to probe the target reason Target is secured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Finally I decided for the Hw solution ( yes i am a HW guy coming into SW) I desoldered the new chip and the one in the FRDM board and change them, soldering down the new chip into the FRDM board and the "old" into my custom board.So now i have now problem programming my board&amp;nbsp; :smileyhappy::smileyhappy:.no new problems the connections were ok so the problem was with the new chip. Tried again in another exactly equal custom board&amp;nbsp; with another new chip, same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not only that but when I try to program my FRDM board with the new chip in, I am in the same situation.So it seems again that the problem appears with the new chips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have read here in this forum(&lt;A _jive_internal="true" href="https://community.nxp.com/thread/309895"&gt;https://community.freescale.com/thread/309895&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;I have tried to use the TCL interpreter to found a solution, when i source the following script&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;openbdm&amp;nbsp; &lt;/P&gt;
&lt;P&gt;settarget arm&amp;nbsp; &lt;/P&gt;
&lt;P&gt;source devicedata/arm/Kinetis-KLxx-flash-scripts.tcl&amp;nbsp; &lt;/P&gt;
&lt;P&gt;catch { connect }&lt;/P&gt;
&lt;P&gt;rcreg&amp;nbsp; $::MDM_AP_Status&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="test_tcl.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48030i88B91AC5A4A358A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="test_tcl.bmp" alt="test_tcl.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems it is secured??? But it can be mass&amp;nbsp; erased...&lt;/P&gt;&lt;P&gt;When I try the massEraseTarget&amp;nbsp; I get:&lt;/P&gt;&lt;P&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/48031i085A30B4CD37B52E/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; .....so no luck.&lt;/P&gt;&lt;P&gt;I'm using the last USBDM version and I am lost ,no further ideas. What else can I try?&lt;/P&gt;&lt;P&gt;Its normal for a new device to be secured?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedbacks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 17:11:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336735#M2919</guid>
      <dc:creator>OskarLG</dc:creator>
      <dc:date>2014-12-09T17:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot program New MKL25Z128</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336736#M2920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The firmware in the FRDM-K25Z128 dev boards are locked so you can't program anything other than another FRDM-KL25Z128.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try looking here, I you can reprogram the K20 on the FRDM-KL25Z128 so that it will work with other boards/processors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://usbdm.sourceforge.net/USBDM_V4.10/Freedom/html/index.html" title="http://usbdm.sourceforge.net/USBDM_V4.10/Freedom/html/index.html"&gt;USBDM: USBDM-FRDM - USBDM Debugger based on Freescale FRDM-xxxx board&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also buy a CooCox CoLinkEx from Farnell $30 and this adapter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.adafruit.com/products/2094?gclid=CJ_c1ZSgzsICFUdefgodGbQA3w" title="http://www.adafruit.com/products/2094?gclid=CJ_c1ZSgzsICFUdefgodGbQA3w"&gt;http://www.adafruit.com/products/2094?gclid=CJ_c1ZSgzsICFUdefgodGbQA3w&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or buy the J-Link 9-pin Cortex-M Adapter from Segger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 23:44:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336736#M2920</guid>
      <dc:creator>gibbon1</dc:creator>
      <dc:date>2014-12-17T23:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot program New MKL25Z128</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336737#M2921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have programmed a number of Kinetis 'factory fresh' devices without any problem but not a KL25.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested with mostly MK devices e.g. MK22, MK20 and these were OK.&amp;nbsp; The only "factory fresh" MKL devices devices were KL05 and these also didn't have any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As before I have tried mass erasing some KL25s and confirmed that they were blank except for the security byte.&amp;nbsp; I have no trouble re-programming these or for that matter reading them to confirm that they were actually blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'm a bit stuck.&amp;nbsp; I will get some some new KL25s and see if I can re-produce the problem but it will be while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:27:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336737#M2921</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2014-12-18T07:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot program New MKL25Z128</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336738#M2922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow-up to above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I replaced the chip on a FRDM-KL25 with a new "factory fresh" chip.&lt;/P&gt;&lt;P&gt;It programmed and verified without any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This being the case I can't see how I can diagnose and problems. - Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would appear that a new chip is blank apart from the security value of 0xFE which makes it unsecured so AFAICS it would operate the same as a mass-erased chip.&lt;/P&gt;&lt;P&gt;The RESET behaviour was also the same (oscillating ~485mVp-p at 1.6ms period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference the waveform for a blank device:&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/48985i1875D671A35C8D4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 09:18:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336738#M2922</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2015-01-07T09:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot program New MKL25Z128</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336739#M2923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello PGO and thanks for your &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;efforts,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I am going to try with another "factory fresh" device soldered in a FRDM board. Maybe the last one was not really fresh but corrupted in a previous try-to-program&amp;nbsp; in my custom board &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;(??)&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I will tell you as soon as possible.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 11:26:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336739#M2923</guid>
      <dc:creator>OskarLG</dc:creator>
      <dc:date>2015-01-08T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot program New MKL25Z128</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336740#M2924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello PGO;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have soldered a "really fresh" device from the same batch in the FRDM board and programmed and verified it without any issue.:smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems that the previous chip get corrupted somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;ummarizing the (SW) attempts with the first two devices in the order tried:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt; Tried to program then with the mbed FW programmed in the K20... no &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;success.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Tried to program then with the USBDM FW programmed in the K20... no suceess.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Read&amp;nbsp; the register with the TCL interpreter.... results above.&lt;/LI&gt;&lt;LI&gt;Tried the OpenSDAMassEraseKinetis.sx Fw the USBDM (connecting and reconnecting power). Supossed to mass erase successfully but no succees.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Retried to program then with the USBDM FW programmed in the K20... no success.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt; I have also read something in&amp;nbsp; the &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4835.pdf"&gt;AN4835&lt;/A&gt; page 10:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;Applying voltages to I/O pins when the processor is not powered. If the pin VDIO or VIO specifications are violated,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the processor can attempt a partial power up and/or puts the flash into an undefined state. This can lead to corruption of&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flash contents, corruption of flash control logic, or corruption of device configuration and trim values&lt;STRONG&gt; &lt;SPAN style="text-decoration: underline;"&gt;which in turn can&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;lead &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;to the processor reporting as secured (locked device)&lt;/STRONG&gt;&lt;/SPAN&gt; or failure of the processor to respond to and complete flash&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; commands.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe this is the cause of corruption......&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So the next thing to try is a "really fresh" device in my custom board with&lt;EM&gt; USBDM-FRDM&lt;/EM&gt; programmer to see if the behaviour is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oskar&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to know, the fresh device gave me the following status,----&amp;gt; not secured.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="usbdm_int_fresh.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43923i43FD227F5FE74621/image-size/large?v=v2&amp;amp;px=999" role="button" title="usbdm_int_fresh.JPG.jpg" alt="usbdm_int_fresh.JPG.jpg" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The RESET behaviour was &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;similar &lt;/SPAN&gt;&lt;/SPAN&gt;oscillating ~500mVp-p at 1.33ms period.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="NewFile0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43737i1E997F7CF4410627/image-size/large?v=v2&amp;amp;px=999" role="button" title="NewFile0.png" alt="NewFile0.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 08:31:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336740#M2924</guid>
      <dc:creator>OskarLG</dc:creator>
      <dc:date>2015-01-09T08:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot program New MKL25Z128</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336741#M2925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello PGO;&lt;/P&gt;&lt;P&gt;A bit late but finally done. A " fresh" device&amp;nbsp; was soldered in my custom board and programmed with&lt;EM&gt; USBDM-FRDM&lt;/EM&gt; programmer to see if the behaviour was the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I must left the first problem as a "Uc flash corruption somewhere". Maybe the&amp;nbsp; mbed programmer with a blank chip, don´t know.Will start with the USBDM next time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 15:36:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/Cannot-program-New-MKL25Z128/m-p/336741#M2925</guid>
      <dc:creator>OskarLG</dc:creator>
      <dc:date>2015-02-09T15:36:25Z</dc:date>
    </item>
  </channel>
</rss>

