<?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 How to get MK51DX128CLH7 into MCUXpresso? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430482#M62670</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to find out how to work with the&amp;nbsp;MK51DX128CLH7 in Xpresso. I found the MK51DX256CLK10 in a SDK but not the 128.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Do I have to use the generic M4?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 04:55:54 GMT</pubDate>
    <dc:creator>Bert2</dc:creator>
    <dc:date>2022-03-18T04:55:54Z</dc:date>
    <item>
      <title>How to get MK51DX128CLH7 into MCUXpresso?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430482#M62670</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to find out how to work with the&amp;nbsp;MK51DX128CLH7 in Xpresso. I found the MK51DX256CLK10 in a SDK but not the 128.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Do I have to use the generic M4?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 04:55:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430482#M62670</guid>
      <dc:creator>Bert2</dc:creator>
      <dc:date>2022-03-18T04:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get MK51DX128CLH7 into MCUXpresso?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430505#M62673</link>
      <description>&lt;P&gt;If they share the same peripherals, but are only different by the flash size, you should be able to use the smaller part, but change the linker file for the larger memory size.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 05:54:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430505#M62673</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-03-18T05:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get MK51DX128CLH7 into MCUXpresso?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430584#M62676</link>
      <description>&lt;P&gt;Hi, thanks for your quick answer. Unfortunately the devices differ in pinout (case) and peripherals.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 08:37:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430584#M62676</guid>
      <dc:creator>Bert2</dc:creator>
      <dc:date>2022-03-18T08:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get MK51DX128CLH7 into MCUXpresso?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430598#M62677</link>
      <description>&lt;P&gt;Just an idea: KDS (Kinetis Design Studio) with Processor Expert supports that device:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichStyger_0-1647593299440.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/174147i06DD3CF5D39FFE9D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichStyger_0-1647593299440.png" alt="ErichStyger_0-1647593299440.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I did for similar cases:&lt;/P&gt;&lt;P&gt;a) using the possibility to install Processor Expert in to MCUXpresso IDE (did that for earlier versions, have not checked if this is still possible with 11.5). see &lt;A href="https://mcuoneclipse.com/2017/04/09/mcuxpresso-ide-installing-processor-expert-into-eclipse-neon/" target="_blank"&gt;https://mcuoneclipse.com/2017/04/09/mcuxpresso-ide-installing-processor-expert-into-eclipse-neon/&lt;/A&gt; how this would look like. Otherwise: I used KDS to generate everything and then used MCUXpresso (see b))&lt;/P&gt;&lt;P&gt;b) import/port the KDS project with Processor Expert. &lt;A href="https://mcuoneclipse.com/2018/07/27/porting-processor-expert-projects-to-mcuxpresso-ide/" target="_blank"&gt;https://mcuoneclipse.com/2018/07/27/porting-processor-expert-projects-to-mcuxpresso-ide/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I know this is a bit challenging, but worked for me for several projects with devices which are not supported by the NXP MCUXpresso SDK.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 08:51:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430598#M62677</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-03-18T08:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get MK51DX128CLH7 into MCUXpresso?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430658#M62678</link>
      <description>&lt;P&gt;Thank you Erich,&lt;/P&gt;&lt;P&gt;that will probably be my way. I did not look into the older IDE because the website did redirect me to the newer one...&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 10:23:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-MK51DX128CLH7-into-MCUXpresso/m-p/1430658#M62678</guid>
      <dc:creator>Bert2</dc:creator>
      <dc:date>2022-03-18T10:23:27Z</dc:date>
    </item>
  </channel>
</rss>

