<?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>Kinetis Microcontrollers中的主题 Re: Questions on using USB DFU Bootloader for K60 uC</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284584#M10862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to use USB MSD Device bootloader with K60 new tower kit. Could you please give me some hints as to what modifications will have to be done to make it run?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that there should be some changes required in the clock/frequency settings, the K60 header file, etc. but I am not able to get my head around it as software is not my main domain. So some insight would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Aug 2013 12:02:11 GMT</pubDate>
    <dc:creator>kaitav</dc:creator>
    <dc:date>2013-08-24T12:02:11Z</dc:date>
    <item>
      <title>Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284572#M10850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first post in freescale community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have prepared a prototype board for evaluating MK60FN1M0VLQ15 and are trying to work on programming it via USB using the DFU bootloader application note AN4370SW and its software. However, we are facing some issues being new to CodeWarrior and processor expert environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, so I have managed to create a project and able to compile the K60 code from location: AN4370SW\Source\Device\app\dfu_bootloader\cw10\kinetis_k60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, as per application note it is required to modify the linker file for locating application at a specific memory and this requires me to disable the linker file generation in the project and then modify the file. So I open component inspector view to go to build options, but unfortunately it shows a blank view. After looking into it, I came to know that the project is not created using processor expert and hence I am not getting these options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are my main queries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) My basic requirement is to prepare USB bootloader that works on K60. How do I adapt the given code in CodeWarrior environment so that I can proceed as per application note? What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I looked into the forums and found a way to convert the code to PE using "Enable Processor Expert for the existing code" and got 2 errors on compiling:&lt;/P&gt;&lt;P&gt;mingw32-make: *** [Generated_Code/Cpu_c.obj] Error 1 Kinetis_MK60N512VMD100_dfu_bootloader C/C++ Problem&lt;/P&gt;&lt;P&gt;mingw32-make: *** [Generated_Code/Vectors_c.obj] Error 1 Kinetis_MK60N512VMD100_dfu_bootloader C/C++ Problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please give me some information on these errors and the reason behind it? I know that this PE conversion may not be full proof, but I was just trying to see if it works. Oh, and after I converted to PE, I was able to see component inspector view and build options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if my explanation is unclear, I am not familiar with these tools and also not much into software in general. I checked a few related topics on forum but they did not help me much.&lt;/P&gt;&lt;P&gt;Please let me know if more details are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 09:29:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284572#M10850</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-07-22T09:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284573#M10851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update: &lt;/STRONG&gt;I am now able to use the DFU bootloader code with K60N512 (old) tower kit. I just used the software provided along with the application note, compiled it and programmed the board as mentioned in the application note. I think it was a gap in my understanding. I am keeping existing code-&amp;gt;PE conversion aside for now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am not able to run it in K60FN1M0 (new) tower kit. The board does not boot into DFU mode and hence not able to follow steps I followed previously for old kit. I followed the same steps except that I used the K60FN1M0 flash configuration .xml file when programming the bootloader which is necessary. I even modified the bootloader.h as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define MIN_RAM1_ADDRESS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1FFF0000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define MAX_RAM1_ADDRESS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x20010000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define MIN_FLASH1_ADDRESS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x00000000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define MAX_FLASH1_ADDRESS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x000FFFFE // 1 MB flash&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define IMAGE_ADDR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((uint_32_ptr)0xA000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ERASE_SECTOR_SIZE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x800&amp;nbsp; /* 2K bytes*/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define FIRMWARE_SIZE_ADD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x000FFFFE &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also could anyone please tell what &lt;STRONG&gt;FIRMWARE_SIZE_ADD&lt;/STRONG&gt; exactly is? I took the existing example and changed it accordingly&amp;nbsp; to match MAX_FLASH1_ADDRESS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 05:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284573#M10851</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-07-24T05:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284574#M10852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaitav,&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FIRMWARE_SIZE_ADD&lt;/STRONG&gt; is where the size information of the firmware(the downloaded application code) locates, the DFU boot loader will store this info in this position after downloading. The example for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;K60N512 can not work with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;K60FN1M0 because they have different silicon revision, but you may refer to the DFU bootloader for K70 for your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;K60FN1M0 (new) tower kit&lt;/SPAN&gt;, and you may find it in "AN4370SW\Source\Device\app\dfu_bootloader\cw10\kinetis_k70".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Please kindly let me know &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if the problem is still there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;B.R&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Kan&lt;/SPAN&gt;&lt;STRONG style=": ; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 02:50:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284574#M10852</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-08-21T02:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284575#M10853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;I am not sure if I understood &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FIRMWARE_SIZE_ADD &lt;/STRONG&gt;&lt;/SPAN&gt;exactly so let me ask it again with reference to your explanation.&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;Does it mean that it is the address where bootloader stores the number/amount of firmware size? i.e. for example if firmware size is 100KB it stores the hex value of 100KB in that address. Is it like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh, I see. Well, I would not have been able to figure it out myself then. I will check with the K70 bootloader and let you know if that works or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Is there any such catch for USB Mass Storage Device bootloader too? Because I also want that to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 04:11:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284575#M10853</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-08-22T04:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284576#M10854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Kaitav&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, your understanding is correct. and for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; USB Mass Storage Device bootloader&lt;/SPAN&gt;, please kindly refer to &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4379.pdf?fsrch=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;sr=2"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4379.pdf?fsrch=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;sr=2&lt;/A&gt; for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 05:53:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284576#M10854</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-08-22T05:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284577#M10855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan_Li:&lt;/P&gt;&lt;P&gt;       Where can I find the demo:&lt;/P&gt;&lt;P&gt;        USB_MSD_DEVICE_BOOTLOADER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 07:10:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284577#M10855</guid>
      <dc:creator>陈欣</dc:creator>
      <dc:date>2013-08-22T07:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284578#M10856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 陈欣，&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly refer to &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4379SW.zip?fsrch=1&amp;amp;sr=1" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4379SW.zip?fsrch=1&amp;amp;sr=1"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4379SW.zip?fsrch=1&amp;amp;sr=1&lt;/A&gt; for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 07:24:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284578#M10856</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-08-22T07:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284579#M10857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kan_Li:&lt;/P&gt;&lt;P&gt;                  Thanks;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 07:27:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284579#M10857</guid>
      <dc:creator>陈欣</dc:creator>
      <dc:date>2013-08-22T07:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284580#M10858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using K70 bootloader code with the new tower kit but I am stuck. I compiled the code in K70 folder and downloaded the generated "kinetis_k70.afx" file using the K60FN1M0 flash configuration file in the flash programmer utility. To my surprise, the DFU demo application exe could recognize the attached tower kit (which it earlier wasn't), but when I clicked "Enter DFU mode" the application gets stuck and "Status" at the bottom of its window shows "Detaching device...". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out myself too, but thought to ask if you know what might be causing it. What all things should I change when using K70 bootloader code with K60 new tower kit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 11:43:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284580#M10858</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-08-22T11:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284581#M10859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaitav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean you have installed the inf file "DFU_Device_Runtime.inf" successfully but failed to install "DFU_Device.inf" as Window didn't ask for driver installation again after you clicked &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"Enter DFU mode"&lt;/SPAN&gt;? Which OS is running on your PC, Win7 or WinXP? Actually it looks like a driver problem, and I have met similar problem before, I have installed the DFU driver for AN4370SW , and run the demo successfully, but after that I also installed the DFU driver for USB stack ver 4.0.3, and seems system messed them up, and the same issue happened after that. When I run the demo with a fresh PC, the problem never happen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 06:30:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284581#M10859</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-08-23T06:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284582#M10860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your support.&lt;/P&gt;&lt;P&gt;Yes, I think it is the same case. I mean earlier I used the old tower kit to run the DFU bootloader and as it was the first time I executed that on my PC, it asked me for the driver installation and stuff. Now, I already have the driver somewhere so it is not asking again. I am using Windows 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Were you using K70 CW10 project and without changing anything able to program the K60FN1M0 new tower kit? I mean you would have used K60 flash configuration file in the programmer utility. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Also, is there any way to remove the driver and start afresh with new tower kit on my PC itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to check on a new PC meanwhile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 08:14:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284582#M10860</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-08-23T08:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284583#M10861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good news: I was just able to run the DFU on new K60 tower kit using K70 CW10 project, &lt;STRONG&gt;on a new PC&lt;/STRONG&gt;. There indeed seems to be some issue with the driver as you mentioned but is there any fix available for it? &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can I remove the previously installed driver?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;What I did:&lt;/STRONG&gt; Used the K70 DFU project&amp;gt;compiled it without any change&amp;gt;used K60FN1M0 flash configuration file during programming&amp;gt;connected my tower kit to new PC, installed drivers and downloaded a blinky file to the uC.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) One problem, however, is that after programming the board with Blinky.hex (the project available with Keil/ARM for K60 New tower kit), LEDs do not glow. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Also, is it possible for you to tell what the differences are when I build the K60 code and K70 code? You mentioned about silicon version, but is there some change in some .c or .h files worth looking at?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am also focusing my attention on running MSD Device bootloader on new tower kit as that is the main thing we are looking to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable time.&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 10:44:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284583#M10861</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-08-23T10:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284584#M10862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to use USB MSD Device bootloader with K60 new tower kit. Could you please give me some hints as to what modifications will have to be done to make it run?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that there should be some changes required in the clock/frequency settings, the K60 header file, etc. but I am not able to get my head around it as software is not my main domain. So some insight would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Aug 2013 12:02:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284584#M10862</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-08-24T12:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284585#M10863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaitav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you are right. The current is for TWR-K60N512, it is Kinetis 100MHz part, not the one that you are using, but you may refer to Kinetis_120MHZ_SC for help, there are drivers for 120MHz/150MHz part , you may download it from &lt;A href="https://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;appType=file1&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null" title="https://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;appType=file1&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null"&gt;Kinetis 120MHz bare metal sample code&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 06:26:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284585#M10863</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-08-26T06:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284586#M10864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for extending your support. I have downloaded the zip file and will get back to you after trying it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 08:20:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284586#M10864</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-08-26T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284587#M10865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I was busy lately with other tasks and hence could not perform this task and get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today, I started again with USB MSD Device Bootloader with the New K60 Tower kit. I downloaded the drivers from the link you gave earlier. I tried to look into it, but unfortunately I am not able to understand what should I do to run the bootloader on the new tower kit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please guide me a little as to what drivers should I modify and how do I do it? Some direction would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 09:12:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284587#M10865</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-10-08T09:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284588#M10866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaitav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;USB MSD Device Bootloader&lt;/SPAN&gt; contains a "main_kinetis.c" file which is used to&amp;nbsp; initialize the system, and if you want to use this bootloader on the new k60 tower, you have to modify the Init_Sys() in it, especially pll_init(), and you may refer to &lt;A href="https://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;appType=file1&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null"&gt;https://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;appType=file1&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null&lt;/A&gt; for more details on the pll init code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 05:33:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284588#M10866</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-10-09T05:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284589#M10867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your advice. I am trying that now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, I want to ask if there is any need to modify anything related to Flash driver or USB related code in the bootloader itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 06:31:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284589#M10867</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-10-09T06:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284590#M10868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaitav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no big difference between the new k60 and k60n512 on flash and USB module, so I think they are not needed to be modified. For more details , you may refer to &lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4445.pdf?fsrch=1&amp;amp;sr=1"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4445.pdf?fsrch=1&amp;amp;sr=1&lt;/A&gt; for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 06:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284590#M10868</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-10-09T06:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on using USB DFU Bootloader for K60 uC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284591#M10869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmmm, I see.&lt;/P&gt;&lt;P&gt;Ok, I will go through that document if required. :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaitav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:42:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Questions-on-using-USB-DFU-Bootloader-for-K60-uC/m-p/284591#M10869</guid>
      <dc:creator>kaitav</dc:creator>
      <dc:date>2013-10-09T07:42:53Z</dc:date>
    </item>
  </channel>
</rss>

