Not on a dev board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Not on a dev board

717件の閲覧回数
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 返信

708件の閲覧回数
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 件の賞賛
返信