View previous topic :: View next topic |
Author |
Message |
new2ccs
Joined: 29 Oct 2006 Posts: 10
|
7-segment driver(TPIC6B595N) |
Posted: Mon Nov 20, 2006 1:38 pm |
|
|
Hello everyone,
I want to drive a 7-seg. display, using TPIC6B595N and pic16f877 on my picdem 2+. I don't know how to generate clock pulses by using one of these RB5 For SRCLK, RB6 for RCK and RB7 for serial in. Any idea is appreciated.
here is the datasheet for TPIC6B595N
http://focus.ti.com/lit/ds/symlink/tpic6b595.pdf
thank you very much. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Nov 20, 2006 2:51 pm |
|
|
This chip has the same interface as a 74595. Do a web search for
that number, and also for 74HC595, etc. There are lots of sample
projects available on the net.
Also, CCS has a driver:
c:\program files\picc\drivers\74595.c
They don't say so, but I think they intend that you connect SRCLK
and RCLK together. The data sheet refers to this, and the CCS driver
only has one clock signal. |
|
|
LazBoy
Joined: 17 Oct 2006 Posts: 8
|
|
|
|