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.