Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/10/01 10:39
Read: times


 
#17485 - RE: external video-ram 4 led-m@rx - bj
To produce an output stream for serial shift reg stuff, or mux applications, I did this trick:
I write the desired Pattern into a fixed location of ext RAM in the main application. Then in a timer interrupt, I do sequential READ cycles on this part of the RAM after enabling the ext. logic, to capture the 8 data bits into shift regs or using its information directly in a latch. This is very efficient, since all you have to do is looping movx a, @dptr,inc dptr (or to make it even more compact, inc dpl)..
Of course you have to delay the RD Signal which loads it in the shift regs.

Werner

List of 13 messages in thread
TopicAuthorDate
external video-ram for a led matrix            01/01/70 00:00      
RE: external video-ram for a led matrix            01/01/70 00:00      
RE: external video-ram for a led matrix            01/01/70 00:00      
RE: external video-ram 4 led-m@rx - eric            01/01/70 00:00      
RE: external video-ram 4 led-m@rx - bj            01/01/70 00:00      
RE: external video-ram 4 led-m@rx - bj            01/01/70 00:00      
RE: external video-ram for a led matrix            01/01/70 00:00      
RE: external video-ram 4 led-m@rx - bj            01/01/70 00:00      
RE: external video-ram for a led matrix            01/01/70 00:00      
RE: external video-ram for...- eric            01/01/70 00:00      
RE: external video-ram for...- eric            01/01/70 00:00      
RE: external video-ram for...- eric            01/01/70 00:00      
RE: external video-ram for a led matrix            01/01/70 00:00      

Back to Subject List