<?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: How to copy one example from one SDK to my project in MCUXPRESSO?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-copy-one-example-from-one-SDK-to-my-project-in-MCUXPRESSO/m-p/1279835#M60582</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/22628"&gt;@ALP1&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;that really depends on the example. The SDK between LPC and Kinetis is somewhat the same, but it is different because they are using completely different peripherals.&lt;/P&gt;&lt;P&gt;There is no automatic way doing this for you.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 14:30:13 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2021-05-20T14:30:13Z</dc:date>
    <item>
      <title>How to copy one example from one SDK to my project in MCUXPRESSO?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-copy-one-example-from-one-SDK-to-my-project-in-MCUXPRESSO/m-p/1279798#M60579</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I copy or import one example from one SDK to my project in MCUXPRESSO?&lt;/P&gt;&lt;P&gt;I generated my project based on FRDM-KL43Z and I want to import an example included in LPC55S16-EVK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 13:27:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-copy-one-example-from-one-SDK-to-my-project-in-MCUXPRESSO/m-p/1279798#M60579</guid>
      <dc:creator>ALP1</dc:creator>
      <dc:date>2021-05-20T13:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy one example from one SDK to my project in MCUXPRESSO?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-copy-one-example-from-one-SDK-to-my-project-in-MCUXPRESSO/m-p/1279827#M60580</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/22628"&gt;@ALP1&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;not sure if your question is clear to me, but: importing examples works that way:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichS_0-1621519486353.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/145151iC0DA48D574412C6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichS_0-1621519486353.png" alt="ErichS_0-1621519486353.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your question is how to use example code for the LPC55S16 then the answer is not simple: what I'm doing is using the McuLib which is based on the SDK and allows me to use code for Kinetis, LPC and i.MX (and others). You see an example for this here: &lt;A href="https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/" target="_blank"&gt;https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Otherwise: it really depends what you need. You might have a look at the &lt;A href="https://www.utasker.com/index.html" target="_blank"&gt;https://www.utasker.com/index.html&lt;/A&gt; project which provides a cross-device platform and framework.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 14:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-copy-one-example-from-one-SDK-to-my-project-in-MCUXPRESSO/m-p/1279827#M60580</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-05-20T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy one example from one SDK to my project in MCUXPRESSO?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-copy-one-example-from-one-SDK-to-my-project-in-MCUXPRESSO/m-p/1279831#M60581</link>
      <description>&lt;P&gt;Hi ErichS&lt;/P&gt;&lt;P&gt;thanks for your answer. What I'm trying to do is to use an example generated for LPC55S16 in MKL43 microcontroller.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 14:23:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-copy-one-example-from-one-SDK-to-my-project-in-MCUXPRESSO/m-p/1279831#M60581</guid>
      <dc:creator>ALP1</dc:creator>
      <dc:date>2021-05-20T14:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy one example from one SDK to my project in MCUXPRESSO?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-copy-one-example-from-one-SDK-to-my-project-in-MCUXPRESSO/m-p/1279835#M60582</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/22628"&gt;@ALP1&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;that really depends on the example. The SDK between LPC and Kinetis is somewhat the same, but it is different because they are using completely different peripherals.&lt;/P&gt;&lt;P&gt;There is no automatic way doing this for you.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 14:30:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-copy-one-example-from-one-SDK-to-my-project-in-MCUXPRESSO/m-p/1279835#M60582</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-05-20T14:30:13Z</dc:date>
    </item>
  </channel>
</rss>

