Not on a dev board

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

Not on a dev board

705 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by causticphoton@gmail.com on Mon Aug 27 21:47:17 MST 2012
First of all, thanks to everyone who has contributed to this great library of code! Amazing.

Its easy to see how the examples work out of the box, but what if I want to use this on hardware other than a dev board?

How do I remove the BSP dependencies in the source and build? How do I link with the compiled library?

How do I use the .a file in my application using LPCXpresso for example?

A HOW TO guide would really help.

Thanks!


标签 (1)
0 项奖励
回复
1 回复

696 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Lien.Nguyen on Tue Aug 28 20:14:21 MST 2012
Hi,
The BSP dependencies are in examples, not in the drivers. So, if you just want to use the driver code, you don't need to do anything.
If you want to use some examples, you should add some definitions for your new board in bsp.h file.
About using libraries, I think there is no problem to search HOW TO on web for your compiler.
For LPCXpresso, you can refer to this link http://ics.nxp.com/support/lpcxpresso/. I think it'll be helpfull for you.

Best Regards,
Lien
0 项奖励
回复