RTC with date and EEPROM


Results 1 to 4 of 4

Threaded View

  1. #2
    Join Date
    May 2006
    Location
    Del Rio, TX, USA
    Posts
    343


    Did you find this post helpful? Yes | No

    Default Re: RTC with date and EEPROM

    You ask about a "256KB EEPROM", but do you mean 256Kb? (Like the 24LC256?) If so, there is no way that would be big enough to hold all of the data. It only holds 32,767 Bytes. For your task, you will need...

    7days * 8hrs * 60min * 60sec * 20Bytes = 4,032,000Bytes (about 32Mbit)

    There are some serial (I2C and SPI) flash devices that I think are that big. (Microchip SST25VF032B)
    Last edited by SteveB; - 4th March 2013 at 23:07. Reason: clarification

Similar Threads

  1. RTC run too fast
    By pedja089 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 14th December 2012, 19:17
  2. Setting project RTC without switches
    By ardhuru in forum Bluetooth
    Replies: 6
    Last Post: - 17th October 2012, 14:20
  3. My date this weekend.
    By Christopher4187 in forum Off Topic
    Replies: 16
    Last Post: - 29th January 2008, 16:45
  4. RTC date problem
    By Peder in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 19th January 2006, 12:33
  5. calculate with date
    By Pedro Pinto in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 14th October 2005, 16:49

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts