max7219 interface with BS1 debuging assist
nick bernard
Posts: 329
i have a small pcb with a max7219 and 4 7 seg displays. its works just fine w/ a bs2p via the 3 wire serial interface (shifting)
if i hook it up to a bs1 running a simple routine the max7219 does not respond to any commands
also the shifting routine on the bs1 works fine with a tpic6a596 shift register in another applicaion of mine.
i just modified it to shift 2 bytes and latch.
here's the code and schematic where R9 = 68k
anyhelp?
nickB
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
League Bowling.... it's not a sport, it's a way of life
if i hook it up to a bs1 running a simple routine the max7219 does not respond to any commands
also the shifting routine on the bs1 works fine with a tpic6a596 shift register in another applicaion of mine.
i just modified it to shift 2 bytes and latch.
here's the code and schematic where R9 = 68k
anyhelp?
nickB
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
League Bowling.... it's not a sport, it's a way of life
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
thx for the help
i got it now... also i had to throw in a dirs line in there too
ROX ON
nickB
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
League Bowling.... it's not a sport, it's a way of life
Dpin = shftMSB
is like saying
OUTx = some_bit_value
If the pin has not been made an output then there will be no change of state on it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office