pls help me


Closed Thread
Results 1 to 2 of 2

Thread: pls help me

  1. #1
    london's Avatar
    london Guest

    Default pls help me

    hi,
    I am using 24LC640 EEPROM (SPI). I want the memory organization mapping of this device. I cant find it from the data sheet. I want the starting and ending addresses. Pls anyone tell me with example.
    thanks in advance
    jeya

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


    Did you find this post helpful? Yes | No

    Default

    it sure start @ 0, and Section 3.2 state
    Quote Originally Posted by Section 3.2
    When the highest address is
    reached (1FFFh), the address counter rolls over to
    address 0000h allowing the read cycle to be continued
    indefinitely.
    now, if we use the calc.. it's a 64K device, (64K/8Bits)*1024 = 8192 memory allocation range, so 0 to 8191, 8191= 1FFFh
    <hr>
    for the code, you'll need to use Shiftin/Shiftout. do a search within the forum for 93C06, 93c45, SPI* maybe you'll find something to begin. Also have a look at the following from Melabs.
    http://melabs.com/resources/samples/x1/pbp/spix.bas

    All device command are shown in the datasheet, sure you can do it.
    Last edited by mister_e; - 16th November 2007 at 07:12.
    Steve

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

Similar Threads

  1. sms to control pic..pls help...
    By Ziki in forum mel PIC BASIC Pro
    Replies: 53
    Last Post: - 12th April 2010, 21:19
  2. guys pls help me in mp lab
    By darylbrown2005 in forum mel PIC BASIC
    Replies: 1
    Last Post: - 9th March 2009, 16:58
  3. Help me pls
    By darylbrown2005 in forum mel PIC BASIC
    Replies: 3
    Last Post: - 7th March 2009, 18:40
  4. Unable to compile..Pls Help
    By DragonBall_6 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 8th October 2008, 15:17
  5. How to decode IR Hitachi remate (TV) pls help
    By chai98a in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 4th March 2006, 11:55

Members who have read this thread : 1

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