Maker Pro
Maker Pro

About driving that LCD

E

Eeyore

Jan 1, 1970
0
Thanks to all who replied to my post about driving a simple LCD.

Thanks especially to Dave Platt who suggested the NXP 89LPC94xx devices. The
'9408 could have purpose designed for the task with an onboard LCD controller
plus it also has a 10 bit ADC and 512 byte EEPROM both of which I was looking
for too. In 1k+ it's a resonable $2.93 too.
http://www.nxp.com/pip/P89LPC9408.html

Incidentally, it's only in LQFP packaging. How do prgramming adaptors work for
those ? I'm curious how a socket would grip the leads. I've intentionallly only
previously used PLCC parts of this type before.

Graham
 
S

Spehro Pefhany

Jan 1, 1970
0
Thanks to all who replied to my post about driving a simple LCD.

Thanks especially to Dave Platt who suggested the NXP 89LPC94xx devices. The
'9408 could have purpose designed for the task with an onboard LCD controller
plus it also has a 10 bit ADC and 512 byte EEPROM both of which I was looking
for too. In 1k+ it's a resonable $2.93 too.
http://www.nxp.com/pip/P89LPC9408.html

Incidentally, it's only in LQFP packaging. How do prgramming adaptors work for
those ? I'm curious how a socket would grip the leads. I've intentionallly only
previously used PLCC parts of this type before.

Graham

You can certainly buy a clamshell test socket for LQFP (eg. Yamaichi),
but I'd use ICP/ISP instead.


Best regards,
Spehro Pefhany
 
T

Terry Given

Jan 1, 1970
0
Spehro said:
You can certainly buy a clamshell test socket for LQFP (eg. Yamaichi),
but I'd use ICP/ISP instead.


Best regards,
Spehro Pefhany

snap.

the LPC family are great.

I recently did a design for some isolated I/O, and an LPC with two
opto's was cheaper than a couple of shift registers and 4 optos. by
quite a bit. Plus of course internally they are "proper" micros - I've
worked on projects using PICs, but ugh (fortunately others did the
programming). And I had the misfortune of using an AVR chip that didnt
have a multiply once. double ugh!

Cheers
Terry
 
E

Eeyore

Jan 1, 1970
0
Spehro said:
You can certainly buy a clamshell test socket for LQFP (eg. Yamaichi),
but I'd use ICP/ISP instead.

I was wondering about that. I didn't see that much about programming so far. There
must be some boot code of some description to allow that.

Graham
 
E

Eeyore

Jan 1, 1970
0
Eeyore said:
Thanks to all who replied to my post about driving a simple LCD.

Thanks especially to Dave Platt who suggested the NXP 89LPC94xx devices. The
'9408 could have purpose designed for the task with an onboard LCD controller
plus it also has a 10 bit ADC and 512 byte EEPROM both of which I was looking
for too. In 1k+ it's a resonable $2.93 too.
http://www.nxp.com/pip/P89LPC9408.html

Incidentally, it's only in LQFP packaging. How do prgramming adaptors work for
those ? I'm curious how a socket would grip the leads. I've intentionallly only
previously used PLCC parts of this type before.

I nearly forgot to say it's got an 8051 core too. Just the ticket since I've plenty
of experience with that.

Graham
 
I was wondering about that. I didn't see that much about programming so far. There
must be some boot code of some description to allow that.

Graham- Hide quoted text -

I don't know if NXP has gotten around to adding it, but ICD can be a
really, really nice feature.
 
Top