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...?
As far as the 8051 is concerned, it is just another digital input - so you can "monitor" it in exactly the same ways that you'd monitor any other digital input.
http://www.8052.com/tutorial
http://www.keil.com/books/8051books.asp
Thanks for your reply... but will you please give me the sample code to just monitor EOC...
if (EOC) EOC_Detected();
View all questions in Keil forum