Content originally posted in LPCWare by creafyumi on Wed Jun 20 18:24:24 MST 2012
Quote: mailgate_user
Hello! I'm a newcomer to LPC platform. Can anybody suggest API reference for use with my LPC4330?
I see call such as GPIO_SetDir in sample source code, but can find complete info on available API.
Please help!
This is a very big topic, your question is so broad that it is very hard to answer.
I do not have LPC4330 board, but my suggestion is to start with examples come with LPCXpresso for LPC43xx.
Import project in "\nxp\LPCXpresso_4.2.2_275\lpcxpresso\Examples\NXP\LPC4000\LPC43xx"(depends on your installed directory&LPCXpresso Version). For example, after importing "LPC4350A_Hitex.zip", you will find LedBlinky examples, LedBlinky is like 'Hello World' in Embedded Programming. I'm sure it is a very good starting point.
Thanks and all the best wishes.