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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/28/01 06:05
Read: times


 
#8710 - RE: Clocking 8279 using ALE of 8952
Check the micro. Most new 8051 will initialize in ALE generation mode *but* they can be disabled to reduce EMI.

In my choice of micro, the control is in address 8Eh, named AUXR, bit 0, named AO.

Also, if you clock via ALE, be mindful that the rate of pulses changes when you execute MOVX instructions. That might not be a concern, but you need to know.
I used ALE clocking with an external ADC on a prototype design once. I ran the driver out of internal memory and avoided MOVX instructions while the data was being converted. It not a bad design practice though I no longer use it in my designs.

aka j

List of 6 messages in thread
TopicAuthorDate
Clocking 8279 using ALE of 8952            01/01/70 00:00      
RE: Clocking 8279 using ALE of 8952            01/01/70 00:00      
RE: Clocking 8279 using ALE of 8952            01/01/70 00:00      
RE: Clocking 8279 using ALE of 8952            01/01/70 00:00      
RE: Clocking 8279 using ALE of 8952            01/01/70 00:00      
For Aka j            01/01/70 00:00      

Back to Subject List