Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/02/04 11:43
Read: times


 
#82379 - First step on the path
Responding to: ???'s previous message
The M95256 part has an SPI interface......not an I2C interface like the Dallas DS1307

Yes, but the principle of the procedure still applies:

The pseudo-code shows you how to answer the question yourself.

I said:
It talks specificallt about the Dallas DS1307 RTC, but the principle applies to any component - just replace "Dallas" with "ST" and "DS1307" with "M95256"

OK, so I'll do that bit for you:
BEGIN
   Visit( the ST website, http://www.st.com/ );
   In 'Part No Search' box Type "M95256";
   On the resulting page Follow the links Until you find the Datasheet & Application Notes;
   With The Data Sheet Do
   BEGIN
      Read;
      Mark;
      Learn;
      Inwardly Digest
   END;
   For Each  Application Note Do
   BEGIN
      Read;
      Mark;
      Learn;
      Inwardly Digest
   END;

   Do
      Your project;
      If You have a specific quesion
         Then Post it here;
   Until Finished;

END.






List of 6 messages in thread
TopicAuthorDate
Access external EEPROM            01/01/70 00:00      
   Access external eeprom            01/01/70 00:00      
      How to find stuff on the internet            01/01/70 00:00      
   DIY            01/01/70 00:00      
      The Garden Path            01/01/70 00:00      
         First step on the path            01/01/70 00:00      

Back to Subject List