data types used for programming LPC4333

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

data types used for programming LPC4333

950 次查看
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
标签 (1)
0 项奖励
回复
2 回复数

938 次查看
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 项奖励
回复

938 次查看
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 项奖励
回复