LPC1769 Libraries?

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

LPC1769 Libraries?

1,750件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by jimgi on Sat Jan 08 11:02:10 MST 2011
I'm new to the LPCXpresso, and have the Embedded Artists demo board and LPC1769 modules.  As a newbie, I am looking for more information on the libraries to handle the various I/O devices on the LPC1769 target board such as SPI etc.
I imagine that there are libs available, because they seem to exist in the examples...

Is this information documented in any central location?

Also, are the various libs different to the mbed libs?  I know it is a lot to ask, but wouldn't if me great if they were!
jimgi
0 件の賞賛
返信
3 返答(返信)

1,464件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Sun Jan 09 07:14:24 MST 2011
Vielen Dank jimgi,

always glad to hear that I could help :):)
0 件の賞賛
返信

1,464件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by jimgi on Sun Jan 09 06:53:54 MST 2011
Viele Danke Zero!
I thought that there must be a library manual somewhere; but the example programs that you gave me the links for should do the trick.
I had already downloaded the manual - you are right, it is complicated, and huge at 840 pages.
jimgi
0 件の賞賛
返信

1,464件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Sat Jan 08 13:47:02 MST 2011
Easiest way to start:

1. Import Examples and learn how IDE / Debugging / LPC17xx is working.
2. Read User Manual
3. Read User Manual :)
4. Read User Manual :):)

Cortex M3 is a little bit complicated, so don't expect to understand everything this weekend. :(

You can find nearly every crazy issue in this forum via search.

Sources:

-LPCXpresso Example Folder

..\lpcxpresso_3.6\Examples\NXP\LPC1000\LPC17xx

-Code Red Examples (you can use their RDB1768 Samples-> it's another board, but also LPC1768)

http://support.code-red-tech.com/CodeRedWiki/RDB1768cmsisExampleProjects

-NXP Website with LPC1768 information (User Manual / Data sheet) and Keil Samples

http://ics.nxp.com/support/documents/microcontrollers/zip/code.bundle.lpc17xx.keil.zip

Often it's enough to add a simple *.c and *.h file from this examples to your own project and things like SPI, I2C, UART, CAN... are working.

MBED Online-Compiler is a complete different way to work (unfortunately without helpful debugger).
0 件の賞賛
返信