getting started

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

getting started

3,674 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Digga on Mon Feb 11 09:34:35 MST 2013
Hello,
Im upgradding a legacy project from 80c186 to arm.  I am using lpcexpresso 1769.  I need to start a new project using the exhisiting code ( from 80c186) only for the LPC1769, and then fix all the errors.  I cant seem to fiquire out how to do it.  Any help would be greatly appreciated.

-Derrek
0 Kudos
Reply
12 Replies

3,665 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ex-kayoda on Fri Feb 15 01:58:18 MST 2013

Quote:

If all I use main.c for is to jump to my .s code is CMSIS required?

No, if you like to do all the basic setups (PLL...) yourself you don't need CMSIS :eek:

Quote:

If not can it be deleted from my current project?

You can include and exclude it whenever you want :)

Quote:

Can a new project be created without it?

Just select 'CMSIS Library to link project to:' ''None' instead of 'CMSIS...' while creating a new project ;)

BTW: It could be helpful to watch a few videos. 'Zero' posted a few useful links in #15 of http://knowledgebase.nxp.com/showthread.php?p=18967
0 Kudos
Reply

3,665 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cwpjr on Thu Feb 14 18:56:30 MST 2013

Quote: kayoda
Import CMSIS project as described in your LPCXpressoGettingStarted.pdf ;)



If all I use main.c for is to jump to my .s code is CMSIS required?

If not can it be deleted from my current project?

Can a new project be created without it?

Thanks, Clyde
0 Kudos
Reply

3,665 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ex-kayoda on Wed Feb 13 10:36:13 MST 2013
Import CMSIS project as described in your LPCXpressoGettingStarted.pdf ;)
0 Kudos
Reply

3,665 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by whitecoe on Wed Feb 13 10:36:01 MST 2013
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 built in Help System.

Also, this post might help further too..

http://knowledgebase.nxp.com/showpost.php?p=20347&postcount=4

HTH!
0 Kudos
Reply

3,665 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Digga on Wed Feb 13 10:31:27 MST 2013
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?

-Derrek
0 Kudos
Reply

3,664 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Wed Feb 13 09:43:57 MST 2013
It tells you in the very dialog that reports the error. See attachment, with the words circled...
0 Kudos
Reply

3,664 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Digga on Wed Feb 13 09:36:42 MST 2013
from where?  I dont see that file
0 Kudos
Reply

3,664 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ex-kayoda on Wed Feb 13 09:13:07 MST 2013

Quote: Digga
Hello,\
When I try to creat a new project I get this message

The project CMSISv2p00_LPC17xx must exist in the workspace

Any thoughts?

-Derrek



You've forgotten to import CMSIS2.0 ;)
0 Kudos
Reply

3,664 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Digga on Wed Feb 13 09:09:21 MST 2013
Hello,\
When I try to creat a new project I get this message

The project CMSISv2p00_LPC17xx must exist in the workspace

Any thoughts?

-Derrek
0 Kudos
Reply

3,664 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Digga on Mon Feb 11 11:11:07 MST 2013
Thanks,
That should help get me started.

-Derrek
0 Kudos
Reply

3,664 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Mon Feb 11 10:15:02 MST 2013
Create a new project (using the wizard in the Quickstart panel). This creates you a basic project into which you can insert your code

You can drag/drop your source files from your file browser directly into the project.

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.
0 Kudos
Reply

3,664 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Mon Feb 11 09:51:52 MST 2013

Quote: Digga
Any help would be greatly appreciated.



And which kind of help or just everything :confused:
0 Kudos
Reply