<?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: kl17 flashbootloader</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800977#M48701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;楼主你好，&lt;/P&gt;&lt;P&gt;我看了下你上传的两个icf文件，如果你是基于KBOOT2.0的KL25代码修改的，那么我建议你可以字节吧KL25的icf文件修改下，而不是另外使用个kl17的icf，原因是我看你KL17的.icf定义名称都不一样。&lt;/P&gt;&lt;P&gt;其实icf文件就是定义了flash,RAM, stack, heap等地址，你直接到KL25的icf文件里面，把flash， RAM给改了，然后再试试。 如果用你现在的KL17的.icf，内存名称不一样，当然会导致相关程序在调用的时候，找不到对应的段。&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 26 Jun 2018 01:33:20 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2018-06-26T01:33:20Z</dc:date>
    <item>
      <title>kl17 flashbootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800974#M48698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;我想用KL25的flash bootloader例程，改一个KL17的bootloader。因为KL17的升级仅可以通过485口（需要KL17控制方向），现在遇到的问题是他们俩个的ICF文件的格式不一样，这个应该如果更改？&lt;/P&gt;&lt;P&gt;我如果直接使用KL25的ICF文件，把FLASH和RAM的起始和结束地址也更改了，但是下载程序的时候就会遇到问题？&lt;/P&gt;&lt;P&gt;如图：&lt;span class="lia-inline-image-display-wrapper" image-alt="IMG_20180620_190544.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62114i3C8DA1B779ECBEF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_20180620_190544.jpg" alt="IMG_20180620_190544.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;如果使用KL17原始的ICF文件，则读取FLASH和RAM等地址信息错误，如图&lt;span class="lia-inline-image-display-wrapper" image-alt="1529492861258.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62115iA535EED476CA558E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1529492861258.jpg" alt="1529492861258.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="TIM截图20180620190914.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62116i8AF635B65DF4B710/image-size/large?v=v2&amp;amp;px=999" role="button" title="TIM截图20180620190914.png" alt="TIM截图20180620190914.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;这个问题应该怎么解决？工程还有哪些地方是我没有修改的？&lt;/P&gt;&lt;P&gt;附件是我的俩个ICF文件&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 11:15:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800974#M48698</guid>
      <dc:creator>mengxiao</dc:creator>
      <dc:date>2018-06-20T11:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: kl17 flashbootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800975#M48699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;楼主你好！&lt;/P&gt;&lt;P&gt;你用KL25的代码，头文件什么的有没有也修改了？ 你参考下KBOOT2.0 doc文档里面的：&lt;/P&gt;&lt;P&gt;Kinetis Bootloader v2.0.0 Reference Manual.pdf&lt;/P&gt;&lt;P&gt;Chapter 10 Kinetis bootloader porting&lt;/P&gt;&lt;P&gt;把每个相关的都做下，你先检查下，你差什么了？&lt;/P&gt;&lt;P&gt;另外，你告诉我你使用的芯片具体型号，还有，我看kinetisFlashTool里面显示是能连接的，这个是KL17的连接结果吗？&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Fri, 22 Jun 2018 09:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800975#M48699</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-06-22T09:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: kl17 flashbootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800976#M48700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;你好，你说的更改地方我也更改了，现在问题是两个的ICF文件不一样，导致我图2获取的信息不对。&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;图3是我把信息主动填入给的值，KL17可以下载，下载完成后，bootloader程序老是自己复位，无法运行下载的程序！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 10:43:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800976#M48700</guid>
      <dc:creator>mengxiao</dc:creator>
      <dc:date>2018-06-22T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: kl17 flashbootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800977#M48701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;楼主你好，&lt;/P&gt;&lt;P&gt;我看了下你上传的两个icf文件，如果你是基于KBOOT2.0的KL25代码修改的，那么我建议你可以字节吧KL25的icf文件修改下，而不是另外使用个kl17的icf，原因是我看你KL17的.icf定义名称都不一样。&lt;/P&gt;&lt;P&gt;其实icf文件就是定义了flash,RAM, stack, heap等地址，你直接到KL25的icf文件里面，把flash， RAM给改了，然后再试试。 如果用你现在的KL17的.icf，内存名称不一样，当然会导致相关程序在调用的时候，找不到对应的段。&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 26 Jun 2018 01:33:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800977#M48701</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-06-26T01:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: kl17 flashbootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800978#M48702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;你好，谢谢您的支持。我这里暂时修改文件可以使用了，谢谢&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 02:16:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kl17-flashbootloader/m-p/800978#M48702</guid>
      <dc:creator>mengxiao</dc:creator>
      <dc:date>2018-06-26T02:16:11Z</dc:date>
    </item>
  </channel>
</rss>

