dumb question


Closed Thread
Results 1 to 40 of 94

Thread: dumb question

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Posts
    56

    Default dumb question

    Hi guys,
    Im working on a project and have a very dumb question:
    Can a eeprom be programed to store data from an F2F decoder?So in the schematic will be only F2F decoder and eeprom?And data will be downloaded from there in a second time using another software?
    Last edited by osceola; - 16th August 2009 at 12:38.

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    An EEPROM has no intelligence - it cannot act on it's own.

    An F2F Decoder has no intelligence - it cannot act on it's own.

    Yes, an EEPROM can store the Data from your F2F Decoder, but you need some controlling intelligence to accomplish the task. So you need (typically) a microprocessor (eg a PIC) somewhere in the equation.

  3. #3
    Join Date
    Aug 2009
    Posts
    56


    Did you find this post helpful? Yes | No

    Default

    Thank you Melanie for your answer,very kind of you.Another question then,can you program an eeprom to do that and exclude the pic from ecuation or not?

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Like Melanie said.
    An EEPROM can not act on it's own. You need something to give it instructions. It is just a storage device. Like a hard drive. Alone it is not much good.
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    Aug 2009
    Posts
    56


    Did you find this post helpful? Yes | No

    Default

    ok,thank you,got it now.witch will be the best 512kb EEPROM to use?24C512 or 24LC512?whats the diference between these 2?and also witch will be the 8pin based best PIC to use?12F675 or 12F683?Or you recomend something else?Thank you
    Last edited by osceola; - 16th August 2009 at 18:42.

  6. #6
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    You must chose a PIC with enough pins for your F2F devices, two pins for the EEPROM (C or LC still require two lines regardless which one you chose), and however many additional pins for external communications or other connections. Remember one of the pins on the 12F675/683 is INPUT ONLY that leaves five I/O's. If you are going to use Serial Communications (like RS232) then you WILL need a Crystal or Resonator, that will use up two pins, and three I/O's may then be insufficient for your needs.

    As regarding EEPROMS... the 'C' device is a plain SERIAL device requiring something like SHIFTIN/SHIFTOUT usage, whereas the 'LC' is an I2C BUS device requiring I2CWRITE/I2CREAD usage.

Similar Threads

  1. AN Question for "word" variable read The serial port
    By redfoen in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 14th December 2007, 17:39
  2. really simple, dumb question
    By picster in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 3rd March 2007, 22:02
  3. Question for a math guru
    By Christopher4187 in forum General
    Replies: 3
    Last Post: - 22nd November 2006, 09:45
  4. Please answer my first question
    By John_001 in forum Off Topic
    Replies: 1
    Last Post: - 15th September 2006, 06:49
  5. Dumb question
    By Christopher4187 in forum General
    Replies: 0
    Last Post: - 20th June 2006, 12:02

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