<?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: No CMSIS? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545703#M9331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xXJTAGXx on Tue Mar 25 12:08:42 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your answer. So i think i am doing my own thing now ;D&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:33:57 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:33:57Z</dc:date>
    <item>
      <title>No CMSIS?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545697#M9325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xXJTAGXx on Mon Mar 17 16:07:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have code that was compiled on older Version of LPCXpresse (Version 4 I think), where i didnt use CMSIS. Today i updated my LPCXpresso to Version 7.0.0, which means i cant open my old projects anymore :(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a chance to build a project without CMSIS? I found the old Headers in the lpcxpresso folder (LPCXpresso_old_headers.zip) but i actually have no clue how to include them :/ Also i cant find any examples without CMSIS... luckily i found them on my computer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please help me and tell me if it is possible to create projects without CMSIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545697#M9325</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: No CMSIS?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545698#M9326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Tue Mar 18 01:01:57 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There should be no problems opening a project that was created in LPCXpresso 4 with LPCXpresso 7. Exactly what problem are you seeing when you do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And yes, you can create projects that don't use CMSIS. If you use the non-LPCOpen project wizards, then just make sure you select "None" from the CMSIS library selection drop down.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest that before you go any further, you read the LPCXpresso 7 User Manual - found within the built in help system, and in PDF form within your install directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note the the old headers zip file is not recommend for normal use. It is a set of old headers (mainly for LPC2xxx parts) which are not recommended for general use and are longer included within the main LPCXpresso search paths. If you really need a header from within this zip file, simply place the required header file inside your project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545698#M9326</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: No CMSIS?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545699#M9327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xXJTAGXx on Tue Mar 18 02:17:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your answer. I could create projects without CMSIS but as soon as i want to access any registers like: "FIO0DIR |= (1&amp;lt;&amp;lt;22);" he wouldnt compile. In the previous projects i would include #include "NXP/LPC17xx/LPC17xx.h" but this file doesnt exist anymore... found it in the old headers though. Im using LPCXpresso 1769 by the way. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So do you suggest i just place the header file in my project or is there another way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i try opening a project, i go to "Existing Projects into Workspace". Then i select a root directory which results in&amp;nbsp; "No projects are found to import", but in the folder are .project and .cproject files so i dont understand why he wont find them :(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for you help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545699#M9327</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: No CMSIS?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545700#M9328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Tue Mar 18 03:36:05 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Why don't you use CMSIS? Something religious?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Standard projects should use LPCOpen today. Therefore it's a good idea to migrate to LPCXpresso7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Older projects (especially your very old project) are not 100% compatible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To avoid problems you should create a new LPCXpresso7 project and add your code there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also you could change your old register names to actual LPC17xx.h naming.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;FIO0DIR |= (1&amp;lt;&amp;lt;22);&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use CTRL-H and/or F3 to find new structure names in LPC17xx.h of CMSIS_CORE_LPC17xx:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;LPC_GPIO0-&amp;gt;FIODIR |= (1&amp;lt;&amp;lt;22);&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's a little bit work, but then you are up to date again...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545700#M9328</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: No CMSIS?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545701#M9329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xXJTAGXx on Fri Mar 21 06:58:52 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;its nothing religious but i simply dont like these libraries...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you recommend to update all those names, but the problem is that i got like 3000 lines of code which i would have to go through. I guess the only way to use my old code is to include the old headers in my project? Please tell me if there is another way i rly dont wanna update my code...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545701#M9329</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: No CMSIS?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545702#M9330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Fri Mar 21 07:16:38 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: xXJTAGXx&lt;/STRONG&gt;&lt;BR /&gt;its nothing religious but i simply dont like these libraries...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...then you have to pay the price...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCOpen is now the 'official' Standard. I've migrated dozens of projects from CMSIS2 to LPCOpen now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Isn't too difficult with Find/Replace...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you don't like this things then just copy all your stuff in your project and do your own thing&amp;nbsp; :) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545702#M9330</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: No CMSIS?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545703#M9331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xXJTAGXx on Tue Mar 25 12:08:42 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your answer. So i think i am doing my own thing now ;D&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:33:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/No-CMSIS/m-p/545703#M9331</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:33:57Z</dc:date>
    </item>
  </channel>
</rss>

