data types used for programming LPC4333

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

data types used for programming LPC4333

508件の閲覧回数
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 返答(返信)

496件の閲覧回数
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 件の賞賛
返信

496件の閲覧回数
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 件の賞賛
返信