<?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 Where do I get official header, startup and linker script files from for the LPC11Uxx? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Where-do-I-get-official-header-startup-and-linker-script-files/m-p/767081#M30864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm starting a project with the LPC11u68 micro. On past projects, I have been able to find the official headers, startup, and linkers from the nxp website. However, on the samples provided for this micro, I was unable to find such files. Where can I find them? In concrete I'm looking for the following files:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPC11Uxx.h&lt;/P&gt;&lt;P&gt;system_LPC11Uxx.h and &lt;STRONG&gt;system_LPC11Uxx.c (this is the one that I'm missing)...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;startup_LPC11Uxx.s (found this one)...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found some of them on different repos, but I would rather use the official ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erick.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 20:35:35 GMT</pubDate>
    <dc:creator>erickorozco</dc:creator>
    <dc:date>2018-04-04T20:35:35Z</dc:date>
    <item>
      <title>Where do I get official header, startup and linker script files from for the LPC11Uxx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Where-do-I-get-official-header-startup-and-linker-script-files/m-p/767081#M30864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm starting a project with the LPC11u68 micro. On past projects, I have been able to find the official headers, startup, and linkers from the nxp website. However, on the samples provided for this micro, I was unable to find such files. Where can I find them? In concrete I'm looking for the following files:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPC11Uxx.h&lt;/P&gt;&lt;P&gt;system_LPC11Uxx.h and &lt;STRONG&gt;system_LPC11Uxx.c (this is the one that I'm missing)...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;startup_LPC11Uxx.s (found this one)...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found some of them on different repos, but I would rather use the official ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erick.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 20:35:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Where-do-I-get-official-header-startup-and-linker-script-files/m-p/767081#M30864</guid>
      <dc:creator>erickorozco</dc:creator>
      <dc:date>2018-04-04T20:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I get official header, startup and linker script files from for the LPC11Uxx?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Where-do-I-get-official-header-startup-and-linker-script-files/m-p/767082#M30865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which IDE are you using? If you are using MCUXpresso please go to the following path:&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\nxp\MCUXpressoIDE_10.1.1_606\ide\Examples\LPCOpen&lt;/P&gt;&lt;P&gt;Inside that path you will find the LPCOpen for the LPC11u68.&amp;nbsp;LPCOpen is an extensive collection of free software libraries (drivers and middleware) and example programs&lt;/P&gt;&lt;P&gt;If you are using LPCXpresso then the path is the following:&lt;/P&gt;&lt;P&gt;C:\nxp\LPCXpresso_8.2.2_650\lpcxpresso\Examples\LPCOpen&lt;/P&gt;&lt;P&gt;Or if you want you can access the next link:&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples:LPC-OPEN-LIBRARIES?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples:LPC-OPEN-LIBRARIES?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;LPCOpen Libraries and Examples|NXP&lt;/A&gt;&amp;nbsp;&amp;nbsp;to see if there is a newer version available and download it directly from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Thu, 05 Apr 2018 16:21:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Where-do-I-get-official-header-startup-and-linker-script-files/m-p/767082#M30865</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-04-05T16:21:50Z</dc:date>
    </item>
  </channel>
</rss>

