microwire eeprom 93c06, 14,46.....


Results 1 to 9 of 9

Threaded View

  1. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    mmm, this is the one i use everyday to read from 93c06 and 93c46.. it has to work...

    what about if you add this before reading from eeprom

    Code:
         low cs  
         pause 50
         addr = $01                                        
         CS = 1                                            
              Shiftout DI, CLK, MSBFIRST, [%100\3, addr\6] 
         CS = 0
    some have memory organization pin(ORG)... pin 6 if my memory is good. Should be tie to VCC.

    Last edited by mister_e; - 9th February 2005 at 18:20.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Can't read sequential addresses in external EEPROM
    By tjkelly in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th February 2010, 14:46
  2. Problem with I2C EEPROM addressing
    By Atom058 in forum General
    Replies: 14
    Last Post: - 3rd November 2009, 03:17
  3. How to write/read strings EEPROM/LCD
    By g-hoot in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 11th February 2007, 06:26
  4. Replies: 6
    Last Post: - 10th June 2005, 07:31
  5. word variable to 25lc640
    By TONIGALEA in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 6th July 2004, 19:59

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