Not on a dev board

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

Not on a dev board

470 Views
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!


Labels (1)
0 Kudos
Reply
1 Reply

461 Views
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 Kudos
Reply