<?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 Re: getting started in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569145#M19583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Thu Feb 14 18:56:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: kayoda&lt;/STRONG&gt;&lt;BR /&gt;Import CMSIS project as described in your LPCXpressoGettingStarted.pdf ;)&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If all I use main.c for is to jump to my .s code is CMSIS required?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not can it be deleted from my current project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can a new project be created without it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Clyde&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:47:04 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:47:04Z</dc:date>
    <item>
      <title>getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569134#M19572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Digga on Mon Feb 11 09:34:35 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Im upgradding a legacy project from 80c186 to arm.&amp;nbsp; I am using lpcexpresso 1769.&amp;nbsp; I need to start a new project using the exhisiting code ( from 80c186) only for the LPC1769, and then fix all the errors.&amp;nbsp; I cant seem to fiquire out how to do it.&amp;nbsp; Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Derrek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:46:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569134#M19572</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569135#M19573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Mon Feb 11 09:51:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Digga&lt;/STRONG&gt;&lt;BR /&gt;Any help would be greatly appreciated.&lt;BR /&gt; &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And which kind of help or just everything :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569135#M19573</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569136#M19574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Feb 11 10:15:02 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a new project (using the wizard in the Quickstart panel). This creates you a basic project into which you can insert your code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can drag/drop your source files from your file browser directly into the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might take you rather longer to actually port your code though - it depends on how much x86-isms your source has, and how many device drivers your need to re-write.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569136#M19574</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569137#M19575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Digga on Mon Feb 11 11:11:07 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That should help get me started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Derrek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:46:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569137#M19575</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569138#M19576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Digga on Wed Feb 13 09:09:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,\&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to creat a new project I get this message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; The project CMSISv2p00_LPC17xx must exist in the workspace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Derrek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569138#M19576</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569139#M19577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Wed Feb 13 09:13:07 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Digga&lt;/STRONG&gt;&lt;BR /&gt;Hello,\&lt;BR /&gt;When I try to creat a new project I get this message&lt;BR /&gt; &lt;BR /&gt; The project CMSISv2p00_LPC17xx must exist in the workspace&lt;BR /&gt; &lt;BR /&gt;Any thoughts?&lt;BR /&gt; &lt;BR /&gt;-Derrek&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You've forgotten to import CMSIS2.0 ;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569139#M19577</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569140#M19578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Digga on Wed Feb 13 09:36:42 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;from where?&amp;nbsp; I dont see that file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569140#M19578</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569141#M19579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Wed Feb 13 09:43:57 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It tells you in the very dialog that reports the error. See attachment, with the words circled...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569141#M19579</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569142#M19580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Digga on Wed Feb 13 10:31:27 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not getting this I have the files but should I use import project or are there include files somewhere that need to be addressed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Derrek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569142#M19580</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569143#M19581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Wed Feb 13 10:36:01 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Before you do much more, I suggest you read the Getting Started - both the NXP LPCXpresso one that comes in PDF form in the product, plus the Red Suite one (the product LPCxpresso is a cut down version of) provided in the &lt;/SPAN&gt;&lt;A href="http://http://support.code-red-tech.com/CodeRedWiki/RedSuiteDocs"&gt;built in Help System&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, this post might help further too..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showpost.php?p=20347&amp;amp;postcount=4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569143#M19581</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569144#M19582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Wed Feb 13 10:36:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Import CMSIS project as described in your LPCXpressoGettingStarted.pdf ;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569144#M19582</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569145#M19583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cwpjr on Thu Feb 14 18:56:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: kayoda&lt;/STRONG&gt;&lt;BR /&gt;Import CMSIS project as described in your LPCXpressoGettingStarted.pdf ;)&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If all I use main.c for is to jump to my .s code is CMSIS required?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not can it be deleted from my current project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can a new project be created without it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Clyde&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569145#M19583</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: getting started</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569146#M19584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Fri Feb 15 01:58:18 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;If all I use main.c for is to jump to my .s code is CMSIS required?&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;No, if you like to do all the basic setups (PLL...) yourself you don't need CMSIS :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;If not can it be deleted from my current project?&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;You can include and exclude it whenever you want :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Can a new project be created without it?&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Just select 'CMSIS Library to link project to:' ''None' instead of 'CMSIS...' while creating a new project ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: It could be helpful to watch a few videos. 'Zero' posted a few useful links in #15 of &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?p=18967&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:47:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/getting-started/m-p/569146#M19584</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:47:04Z</dc:date>
    </item>
  </channel>
</rss>

