We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am interfacing ADc0809 with 8051 but dont know how to monitor the EOC of ADC so can anybody help me .... i want to monitor EOC using assembly coding so how can i do it...?
LOOP4:MOV A,P0 ; MONITOR EOC ANL A,#80H JZ LOOP4 above mentioned is the code which i used to monitor the EOC pulse which i am checking at port p0.7,but the problem is that when i run the program it is getting struck can you please sort the error in my code...