I'm currently using a 16F84 on my application, but
need more ram and more data EEPROM space. I'm new to the
microchip controller line. I can't seem to find an upward
path to more RAM and more EEPROM space without having my
pin count go through the roof.
Anybody have a suggestion what chip I should look at?
I recommend 16CE625. Has 128 byte EEPROM, and more data EEPROM.
Unfortunately, the EEPROM is an on-board I2C one but I have already used
it.
I hope this helps.
Imre
On Wed, 14 Jul 1999, Anne Ogborn wrote:
> I'm currently using a 16F84 on my application, but
> need more ram and more data EEPROM space. I'm new to the
> microchip controller line. I can't seem to find an upward
> path to more RAM and more EEPROM space without having my
> pin count go through the roof.
> I'm currently using a 16F84 on my application, but
> need more ram and more data EEPROM space. I'm new to the
> microchip controller line. I can't seem to find an upward
> path to more RAM and more EEPROM space without having my
> pin count go through the roof.
>
> Anybody have a suggestion what chip I should look at?
> I'm currently using a 16F84 on my application, but
> need more ram and more data EEPROM space. I'm new to the
> microchip controller line. I can't seem to find an upward
> path to more RAM and more EEPROM space without having my
> pin count go through the roof.
>
> Anybody have a suggestion what chip I should look at?
>
>
> --
> Anniepoo
> Need loco motors?
> http://www.idiom.com/~anniepoo/depot/motors.html
>
>
root wrote:
>
> Hi,
>
> I recommend 16CE625. Has 128 byte EEPROM, and more data EEPROM.
> Unfortunately, the EEPROM is an on-board I2C one but I have already used
> it.
>
> > Van: Anne Ogborn <.....anniepooKILLspam.....NETMAGIC.NET>
> > Aan: EraseMEPICLISTspam_OUTTakeThisOuTMITVMA.MIT.EDU
> > Onderwerp: heftier 16F84
> > Datum: woensdag 14 juli 1999 17:05
>
> Hello Anne,
>
> > I'm currently using a 16F84 on my application, but
> > need more ram and more data EEPROM space. I'm new to the
> > microchip controller line. I can't seem to find an upward
> > path to more RAM and more EEPROM space without having my
> > pin count go through the roof.
> >
> > Anybody have a suggestion what chip I should look at?
>
> I2C EEProm & Ram ? Only two lines used.
>
> 24C16 -> EEProm 2kByte.
> PCF8570 -> 128 byte Ram
>
> Greetz,
> Rudy Wieser
I guess I'm off in the weeds trying to make the
93AA86 (serial eeprom) disappear from the circuit.
my code is basicly 16 identical processes, each interpreting
a simple byte stream (don't panic, they don't have to
go very fast).
To avoid re-engineering the whole thing, I think
I'll leave the 95AA86 and move to one of the 16C???
series.
Thanks everybody for the help.
> I'm currently using a 16F84 on my application, but
> need more ram and more data EEPROM space. I'm new to the
The question is, how much more? There's the 16F628 coming, but not here yet,
with 2k program Flash, 128 bytes data EEPROM and 228 bytes RAM. Bonus is
an on-chip UART and 3 timers vs. the F84's one.
Sam Laur wrote:
>
> > I'm currently using a 16F84 on my application, but
> > need more ram and more data EEPROM space. I'm new to the
>
> The question is, how much more? There's the 16F628 coming, but not here yet,
> with 2k program Flash, 128 bytes data EEPROM and 228 bytes RAM. Bonus is
> an on-chip UART and 3 timers vs. the F84's one.
I gave up on getting the data EEPROM onto the chip, and
went to an external serial EEPROM (93LC86 if you're interested)