<?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: AN4368 on K60 issue</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347771#M17014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I download the Hello world project from &lt;A class="loading" href="http://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;prodCode=K70_120&amp;amp;location=null&amp;amp;fpsp=1" title="http://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;prodCode=K70_120&amp;amp;location=null&amp;amp;fpsp=1"&gt;http://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;prodCode=K70_120&amp;amp;location=null&amp;amp;fpsp=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and use the IAR with hellow world_K70 tower setting. I also modified the1MB_Pflash.icf in config files as I mentioned before. I only modified the Hello world project at the UART channel 3 with PTC16&amp;amp;17 to print debug message. The baudrate is 115200.&lt;/P&gt;&lt;P&gt;Thank you for trying to help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2015 00:52:51 GMT</pubDate>
    <dc:creator>kkkk</dc:creator>
    <dc:date>2015-02-12T00:52:51Z</dc:date>
    <item>
      <title>AN4368 on K60 issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347763#M17006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to use a USB MSD host bootloader on K60(MK60FN1M0VLQ12). I found the document AN4368 and followed the steps.&lt;/P&gt;&lt;P&gt;When I built up my project and debug on my K60 board, it can print the message"Waiting for USB mass storage to be attached".&lt;/P&gt;&lt;P&gt;Then I plug-in the USB flash,it doesn't work. I use the debug mode and find that it will trigger an interrupt and stop at "B Default_Handler". The Handler happens when the code goes to&lt;/P&gt;&lt;P&gt;if (tr_params_ptr-&amp;gt;DEV_REQ_PTR != NULL) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pipe_tr_ptr-&amp;gt;setup_packet = &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *((USB_SETUP_PTR)tr_params_ptr-&amp;gt;DEV_REQ_PTR);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; } &lt;/P&gt;&lt;P&gt;of the function "_usb_host_set_up_TR" in the file "host_main.c"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try another project"USBFS_Host"build from"KINETIS_120MHZ_SC" and get the same problem.&lt;/P&gt;&lt;P&gt;My K60 board can use USB host with MFS in MQX4.0.&lt;/P&gt;&lt;P&gt;But I need AN4368 work fine on my board without MQX.&lt;/P&gt;&lt;P&gt;Please help me and thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 08:04:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347763#M17006</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2015-02-04T08:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: AN4368 on K60 issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347764#M17007</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;You can refer to this document and example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-102616"&gt;TWR-K70 MSD HOST Bootloader based on AN4368 source code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the bootloader code from the above link with a TWR-K60F120M and flashed the image.S19 file that toggles a led.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you can find the bootloader code with the modifications for the TWR-K60F120M, you can see the printf outputs through the OSJTAG connector on a Terminal (I used TERATERM) and the image.S19 I used to test it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this information can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Adrian Sanchez Cano&lt;BR /&gt;Technical Support Engineer&lt;BR /&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, 05 Feb 2015 22:26:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347764#M17007</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2015-02-05T22:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: AN4368 on K60 issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347765#M17008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for help. But I meet another issue when K60 detect the USB flash. It goes to load_image() and fails to load. I trace the code and find that when the function "check_fs" the return vale is 2. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This is caused from a failed reading of the sectors.After plug in, demo test execute check_fs(...) to read information from MBR (sector 0) and initialize fat table structures. But with some pendrives there was problems while low level reading sector (function disk_read(), the buffer out it's never written and the software scan a wrong buffer). I solve the issue after trying other USB flashs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to ask the setting of *.icf of my own project to program the flash by USB host update. According to K60N120m, do I need to change the values of __ICFEDIT_intvec_start,__ICFEDIT_region_ROM_start,__INTERNAL_FLASH_BASE,__VECTOR_TABLE_ROM_START?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed the value of MAX_FLASH1_ADDRESS to 0x000FFFFF in Bootloader.h in the bootloader code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 06:03:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347765#M17008</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2015-02-06T06:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: AN4368 on K60 issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347766#M17009</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;Yes as you see one of the comments in the document post I forgot to change the MAX FLASH ADDRESS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="jive-comment-meta font-color-meta-light"&gt;&lt;EM&gt;&amp;nbsp; &lt;A href="https://community.nxp.com/people/arnogir"&gt;arnogir&lt;/A&gt; &lt;A _jive_internal="true" class="font-color-meta-light" data-content-finding="Community" href="https://community.nxp.com/docs/DOC-102616#comment-15869"&gt;Jan 22, 2015 11:52 PM&lt;/A&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;It work fine. I just need to do some correction because the Boot was Max address for a K60 (512K) no for a K70 (1M)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Then I modified following:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="preprocessor"&gt;#define MAX_FLASH_ADDRESS 0x0007FFFF&amp;nbsp; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;to&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="preprocessor"&gt;#define MAX_FLASH_ADDRESS 0x000FFFFF&amp;nbsp; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;and in main.c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-cpp"&gt;&lt;LI&gt;&lt;EM&gt;uint_8 erase_flash(&lt;SPAN class="keyword"&gt;void)&amp;nbsp; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;{&amp;nbsp; &lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN class="comment"&gt;/* Body */&amp;nbsp; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint_8 error = FALSE; &lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint_8 i; &lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;[...] &lt;/EM&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;EM&gt;to&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;uint_8 erase_flash(void) {&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/* Body */&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;uint_8 error = FALSE;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;uint_16&lt;/STRONG&gt; i;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[...] &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this information can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Adrian Sanchez Cano&lt;BR /&gt;Technical Support Engineer&lt;BR /&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>Fri, 06 Feb 2015 20:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347766#M17009</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2015-02-06T20:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: AN4368 on K60 issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347767#M17010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. But I have another question. I get the debug message when erase_flash happens. It prints Erase flash error when the i value is 120 in for loop. I set MAX_FLASH1_ADDRESS as 0xFFFFF, IMAGE_ADDR as 0x00000,and ERASE_SECTOR as 0x800. The erase loop should end when i value reach 0x1DF,but it always fails when i is 0x78. Even though the loop prints error message, the bootloader always shows messages as "ERASE complete" and "Flash image file complete".&lt;/P&gt;&lt;P&gt;Alough the message shows "Flash image file complete",it doesn't print "hello world" after the message prints&lt;SPAN style="font-size: 13.3333330154419px;"&gt;"User application is running"&lt;/SPAN&gt;when reboot the board.&lt;/P&gt;&lt;P&gt;Does "Erase flash error" affects the result of printing "hello world"?&lt;/P&gt;&lt;P&gt;I have change the hello world project __ICFEDIT_region_ROM_start__ as 0x00010000 and __ICFEDIT_region_ROM_end__ as 0x000FFFFF&amp;nbsp; of 1MB_Pflash.icf of KINETIS_120MHZ_SC. Other parameters are default value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 02:46:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347767#M17010</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2015-02-09T02:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: AN4368 on K60 issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347768#M17011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to convert the srec file generated, not only rename it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the link above, you have the step to convert the srec to an s19 file (Format S3, with limited byte per line).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you respect the good s19 format, bootloader will work without any problem (§4 of attached document named &lt;A _jive_internal="true" data-content-finding="Community" href="https://community.nxp.com/servlet/JiveServlet/download/102616-1-282340/TWR-K70 msd bootloader.pdf"&gt;TWR-K70 msd bootloader.pdf&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 06:32:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347768#M17011</guid>
      <dc:creator>arnogir</dc:creator>
      <dc:date>2015-02-09T06:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: AN4368 on K60 issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347769#M17012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have solve the S19 file even if it is S1or S2 format. I modified the function "FLASHLineS19" "for (i = offset; i &amp;lt; (length - 3); i++)" when my .srec is s1 format.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am sure that the whole application image is written to the flash from 0x10000 after loading image.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I also find the message "Erase flash error" when function "Flash_SectorErase" trys to erase flash address 0x00100000. It causes the set of ACCERR and CCIF bit of register FTFE_FSTAT.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Although "Erase flash error" when trying erase address 0x00100000, the bootloader still can load image S19 file in S1 format and show"Flash image file complete".&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But I still can't get the message from hello world project after message "User application is running"when function "switch mode" goes through&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;asm("mov32&amp;nbsp;&amp;nbsp; r4,New_sp");&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asm("ldr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sp,[r4]");&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asm("mov32&amp;nbsp;&amp;nbsp; r4,New_pc");&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asm("ldr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r5, [r4]");&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asm("blx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r5");.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The new_sp value is 0x2000FFF8 and new_pc value is 0x00010411.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can you help me check the 1MB_Pflash.icf of hello world and MK70F120M_Flash.icf of bootloader?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 02:22:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347769#M17012</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2015-02-11T02:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: AN4368 on K60 issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347770#M17013</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;I am tying to test this but I am not able to do it, can you please send the Hello World project and also the .elf file of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 16:00:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347770#M17013</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2015-02-11T16:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: AN4368 on K60 issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347771#M17014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I download the Hello world project from &lt;A class="loading" href="http://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;prodCode=K70_120&amp;amp;location=null&amp;amp;fpsp=1" title="http://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;prodCode=K70_120&amp;amp;location=null&amp;amp;fpsp=1"&gt;http://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS_120MHZ_SC&amp;amp;prodCode=K70_120&amp;amp;location=null&amp;amp;fpsp=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and use the IAR with hellow world_K70 tower setting. I also modified the1MB_Pflash.icf in config files as I mentioned before. I only modified the Hello world project at the UART channel 3 with PTC16&amp;amp;17 to print debug message. The baudrate is 115200.&lt;/P&gt;&lt;P&gt;Thank you for trying to help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 00:52:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN4368-on-K60-issue/m-p/347771#M17014</guid>
      <dc:creator>kkkk</dc:creator>
      <dc:date>2015-02-12T00:52:51Z</dc:date>
    </item>
  </channel>
</rss>

