Interfaceing another PIC? Replacing a existing Digital chip with My PIC


Results 1 to 9 of 9

Threaded View

  1. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: Interfaceing another PIC? Replacing a existing Digital chip with My PIC

    Where does it say that the old chip is running on 7V?

    You can do it with a PIC (though a 4550 for this seems overkill as have been said) but you need to know what the clock frequency and "data update rate" of the communications are. Not for setting anything up but in order to decide HOW to do it with the PIC.

    If the clock frequency is low enough you may be able to grab the data by using the latch signal as a sync and then poll the clock and data signals in a loop. If the clock frequency is too high for that you should be able to set the MSSP module up as a SPI slave, probably have to think a bit about how to do the sync. It would help with a scope or logic analyzer shot of a "frame" being transfered from the main board to the display board.

    What type of LCD are you talking about, a "standard" HD44780 based display or something else?

    /Henrik.

    EDIT: You would emulate a shift register because that's what's inside the LED driver chip on your original board.
    Last edited by HenrikOlsson; - 18th January 2013 at 16:45.

Similar Threads

  1. Replies: 17
    Last Post: - 15th March 2013, 23:11
  2. interfacing pic 18f4520
    By keerthi in forum General
    Replies: 0
    Last Post: - 11th January 2013, 05:45
  3. Which pic? up to date basic chip for 16f877
    By tasmod in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 19th November 2012, 11:26
  4. How not to prototype your next PIC project
    By SteveB in forum General
    Replies: 3
    Last Post: - 12th November 2012, 09:35
  5. Replacing existing pic
    By Freman in forum General
    Replies: 29
    Last Post: - 5th June 2008, 23:53

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