data types used for programming LPC4333

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

data types used for programming LPC4333

951 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by sanjeevudupi on Sat Feb 23 04:23:55 MST 2013
hi all,

i am very new to LPC family
i want to write some application program, which uses gpio,adc etc drivers
can you send me the data types used for programming LPC4333


thanks in advance

regards
sanjeevudupi
Labels (1)
0 Kudos
Reply
2 Replies

939 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Pacman on Sat Mar 09 09:07:54 MST 2013
Eg. You can download a .tar.gz file by using:
http://sw.lpcware.com/?p=lpc43xx.git&a=snapshot&h=HEAD&fmt=zip&f=latest

...or, even better, if you have git installed...
git clone http://git.lpcware.com/lpc43xx.git

...then next time you want to get the latest sources, you only need to...
cd lpc43xx.git
git pull
...note: the .git extension is required on NXP's git-server.
0 Kudos
Reply

939 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Pacman on Sat Mar 09 08:44:33 MST 2013
As I understand it, you are looking for headers, which define the hardware addresses, structures and bit-positions ?
If that's the case, you should have a look at http://sw.lpcware.com/
0 Kudos
Reply