Starting with lpcxpresso

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Starting with lpcxpresso

1,204 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tnrajvignesh on Thu Sep 08 04:22:48 MST 2011
I am very fresh to ARM programming. Can anybody please guide me how to start a project in LPCXpresso???

I understand that exhaustive codes are available in the libraries and drivers, which i can call in my main routine.

but when i go through the new project wizard, it asks for CMSISv1p30_LPC11xx or CMSISv2p00_LPC11xx to link with the project. when I select either of them, an error message throws telling that no such directory is found and that it will be in the examples bundle. i tried copying those ZIP FILES from the examples bundle into the workspace also, but dint help.

All I want is how to start a project that will bring the CMSIS and drivers linked into it.

Please help me with clear steps in creating a new project.
0 项奖励
回复
5 回复数

1,192 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Fri Sep 09 06:33:56 MST 2011
'Smart Update' :eek:


See: http://support.code-red-tech.com/CodeRedWiki/StaticLibrarySupportv4
0 项奖励
回复

1,192 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by JojoS on Fri Sep 09 05:49:30 MST 2011
but after importing an external library project I still have to add manually directory information for include, lib etc., is this right? Or is there some smarter import automatism for that?
0 项奖励
回复

1,192 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tnrajvignesh on Thu Sep 08 22:37:41 MST 2011
thanks!! that was very helpful..
0 项奖励
回复

1,192 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Thu Sep 08 09:37:17 MST 2011
Have you read the Getting Started Guide that installs as part of the product? You can also download this from:
http://ics.nxp.com/lpcxpresso/

The Getting started with LPCXpresso video from last year's ARM TechCon might be useful too. Although this refers to LPCXpresso3, the general principles all still apply.

There is also a wealth of information available from our FAQ pages at:
http://support.code-red-tech.com/CodeRedWiki

Regards,
CodeRedSupport
0 项奖励
回复

1,192 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Thu Sep 08 05:15:19 MST 2011
If you read the text on the New project wizard, it says
"The appropriate CMSIS library projects must exist in you workspace. CMSIS library projects can be imported from the Examples directory of your IDE installation".

To spell it out in more detail. You need to use the Import Project button to bring the CMSIS library for yu chip into the workspace.
0 项奖励
回复