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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/12/08 15:55
Read: times


 
#152182 - What, exactly, does this imply?
Responding to: ???'s previous message
Have you got a logic diagram to indicate how you generate the START and OE strobes? What is the clock source? How do you stretch the nRD and nWR signals to meet the requirements on page 4 of the datasheet? What's the MCU clock frequency?

You've said,
     ORG 2003H        ; A15-Enable the decoder and A0=1,A1=A2=A3=0;
     MOV DPTR,#0001H  ; conversion data is received from this 
                      ; address
     MOVX A,@DPTR 


I'm guessing that you've said that you use A15 (P2.7?) to generate a negative level for what the diagram shows as negative "Address Decode", though that's just a guess.

You should probably have a look at the pulse width of the START/ALE pulse, to ensure it's at least the required length, based on the clock frequency you're feeding it.

RE

List of 9 messages in thread
TopicAuthorDate
ADC            01/01/70 00:00      
   is there some monitor involved?            01/01/70 00:00      
   Muthu, would you please be so kind...            01/01/70 00:00      
   ADC            01/01/70 00:00      
      Strange Hookup            01/01/70 00:00      
      What, exactly, does this imply?            01/01/70 00:00      
   it has hurt many to sit down after they ...            01/01/70 00:00      
   ADC            01/01/70 00:00      
      compare your ADC timing with data sheet p4            01/01/70 00:00      

Back to Subject List