<?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>MQX Software SolutionsのトピックRe: How to migrate between two different K40 chips?</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-migrate-between-two-different-K40-chips/m-p/145473#M2</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one can help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems I only have to edit the settings in the memory configuration file. But I think there will be a applicable file from Freescale. But I can not find it anywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2012 22:25:45 GMT</pubDate>
    <dc:creator>soli</dc:creator>
    <dc:date>2012-03-14T22:25:45Z</dc:date>
    <item>
      <title>How to migrate between two different K40 chips?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-migrate-between-two-different-K40-chips/m-p/145472#M1</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have developed my code on eval board „TWR-K40X256 Tower Module“ with Kinetis MK40X256VMD100 inside.&lt;/P&gt;&lt;P&gt;Now I try to use this code on another chip, the Kinetis MK40DN512ZVLL10. So I have to rebuild the bsp and psp (there are differens in package, flashsize and there is no flexmem).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any instruction/pdf how to migrate the psp to a new chip (could not find anything). Only change the define MQX_CPU (in user_config.h) from PSP_CPU_MK40DX256Z (the old one) to PSP_CPU_MK40DN512Z (the new one) will have &lt;STRONG&gt;no effect&lt;/STRONG&gt; to the files &lt;STRONG&gt;*.mem&lt;/STRONG&gt;, &lt;STRONG&gt;init_kinetis.tcl&lt;/STRONG&gt; and &lt;STRONG&gt;mass_erase_kinetis.tcl&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 20:10:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-migrate-between-two-different-K40-chips/m-p/145472#M1</guid>
      <dc:creator>soli</dc:creator>
      <dc:date>2012-03-13T20:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate between two different K40 chips?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-migrate-between-two-different-K40-chips/m-p/145473#M2</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one can help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems I only have to edit the settings in the memory configuration file. But I think there will be a applicable file from Freescale. But I can not find it anywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 22:25:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-migrate-between-two-different-K40-chips/m-p/145473#M2</guid>
      <dc:creator>soli</dc:creator>
      <dc:date>2012-03-14T22:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate between two different K40 chips?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-migrate-between-two-different-K40-chips/m-p/145474#M3</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soli,&lt;/P&gt;&lt;P&gt;Will give it the college try on answering.&lt;/P&gt;&lt;P&gt;Changes are very minimal when porting from one version of a Kinetis device to another and especially when from the same family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps to try:&lt;/P&gt;&lt;P&gt;- update the processor in the user_config.h (you did this so good job)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * note that in the MK40DZ10.h header that both old and new device are supported&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ** there is no specific file signal to pin mapping...it is inherently handled by how the device is bonded out (wired from silicon to pin)&lt;/P&gt;&lt;P&gt;- the *.mem file is just a text file.&amp;nbsp; You can update it to match the memory configuration of the "new" device.&lt;/P&gt;&lt;P&gt;- lastly the *.lcf needs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; * updating for the MEMORY sections to accomodate the ram and rom sizes of the "new" device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ** updating the __INTERNAL_SRAM_BASE and _SIZE in SECTIONS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; *** updating __FLASHX_SECT_SIZE potentially&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 21:03:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-migrate-between-two-different-K40-chips/m-p/145474#M3</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2012-03-15T21:03:58Z</dc:date>
    </item>
  </channel>
</rss>

