Hi,
I have a project which currently uses READ to write data to the PICs memory on programming and as part of the option to store changed values of variables etc and time and date from a DC1307 RTC.
The RTC used I2C to communicate with the PIC. I would also like to use an External Serial EPROM to store date, time (HR:MIN), and the contents of four word variables (three digits), something like 290920101945234236240242 (29 09 2010 19:45 234 236 240 242 for 29th Sept 2010, 19 hrs 45 min, temperature1 temperature2 etc). This could be updated every minutes (1440 records per 24 hours)
I would also like the data to be rolling, ie if it's possible to store 7 days worth of data, it would overwrite day 1 on the 8th day.
I've not used EPROMS before and would welcome suggestions on suitable chip to use and how to correctly address it, given that I'm already writing to the PICs memory and reading data from the RTC module. I would also like the cntents cleared once it's been downloaded to a PC application. So for example once the PC receives the last bit of data it sends a character via HSERIN that then makes the PBP code clear the contents of the external eprom
Bookmarks