Hi Norm,
My scenario is that I will have some serial data coming into the PIC
at about 5Kbps. The data packet can be as long as 80 bytes each and
I wish to store the last 10 packets (800 bytes). I think I'll also
be using a PIC16C3.
For now, I could store the entire packet into the PIC RAM (192bytes)
and then send these to a serial EEPROM when the entire packet has
been received, but I am thinking of extending the packet length
which could be more than 192 bytes in the future.
I don't have experience (not yet) of using serial EEPROM or SRAM
with the PIC. Is the speed of writing to EEPROM too slow for my
application if I am also receiving serial data at 5Kbps? Or should
I go to faster SRAM or even serial SRAM?
I don't need NVRAM (so no battery).
Any comment you have would be appreciated! (and Thanks!)
-Randie
rohtsji
KILLspamglenayre.com
{Quote hidden}> From
.....cramerKILLspam
.....DSEG.TI.COM Tue Mar 3 06:59:21 1998
>
> Randie,
>
> I have used an external SRAM with a PIC16C63. I use all of port B as a
> multiplexed data/address bus. Two control lines in port C control two
> 74HC373 latches that latch the address bits, two more lines are used to
> control RE and WE lines. It is quite fast to read and write to. I also
> added a battery to allow the RAM to be NV. Yes it uses lots of lines but I
> needed the speed. Using a serial access scheme would have been too slow in
> my application.
>
> Let me know if you want more info.
>
> Hope this helps
>
> Norm
>