How to make my own custom board lib like lpc_board_nxp_lpcxpresso_11u68

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

How to make my own custom board lib like lpc_board_nxp_lpcxpresso_11u68

1,022 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by elgarbe on Sun Dec 21 07:22:05 MST 2014
Hi, I'm using lpcopen2 to write code to my custom board with LPC11u67.
I see that all examples using as reference lpc_board_nxp_lpcxpresso_11u68 and there is important code there, like board_system_init tha enable xtal oscilator (instead chip_system_init that use internal oscillator)

So I want to make my own board specific library.
Is there any step by step instruction on how to do this?

I'm working on FatFs implementation (I already has it work). I have a litle knlowedge about project configuration, include path, include file, link library and so. Becouse of that I have to put all the files I use on the same projet folder (src). So I have all FatFs related files and main, and sysinit, and all files on the same folder. How do i do to separate files in folder inside of src, or even better, how do I procede to make a lib with just SD card files and my own project with implementation files only.

I want to share my workspace with a working copy of FatFs implementation on LPC11u67, where do I put it to share?

Thk and regards
Labels (1)
0 Kudos
Reply
3 Replies

998 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by elgarbe on Mon Dec 22 18:06:47 MST 2014

Quote: 1234567890
http://www.lpcware.com/content/faq/how-do-i-port-lpcopen-new-baord

The whole FAQ ist interesting as well.



That is exactly whay I looking for!

Thk and best regards!
0 Kudos
Reply

998 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by larryvc on Mon Dec 22 14:33:16 MST 2014
1234567890, thanks for posting the link to the FAQ.

I do like how they spelled 'baord'.  ;-)
0 Kudos
Reply

998 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by 1234567890 on Mon Dec 22 10:58:15 MST 2014
http://www.lpcware.com/content/faq/how-do-i-port-lpcopen-new-baord

The whole FAQ ist interesting as well.
0 Kudos
Reply