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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/05/01 14:17
Read: times


 
#16274 - RE: why must 8051 use a seperate address reg
The two previous posters reveal the ambiguity of the question.

My guess is that you are asking about the address latch required in some systems to demultiplex the 8051's address/data lines.

This was a conscious decision on many of the early Intel processors when both silicon and packaging were at a premium.

By sharing address and data signals on a common set of pins, the 8051 conserves I/O pins. Address and data are multiplexed on those pins. The ALE signal indicates when addresses are valid and when they should be latched externally.

Back then, the external latch required to hold the address lines was far cheaper than the extra 8 I/O pins. Now, that latch is frequently integrated into the external memory, as mentioned in a previous reply, or integrated into a modernized 8051, such as the Triscend E5 family. The E5 has a glueless interface to standard byte-wide memories.

List of 6 messages in thread
TopicAuthorDate
why must 8051 use a seperate address reg            01/01/70 00:00      
RE: why must 8051 use a seperate address reg            01/01/70 00:00      
RE: why must 8051 use a seperate address reg            01/01/70 00:00      
RE: why must 8051 use a seperate address reg            01/01/70 00:00      
RE: why must 8051 use a seperate address reg            01/01/70 00:00      
RE: why must 8051 use a seperate address            01/01/70 00:00      

Back to Subject List