Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[ADC 0808 interfacing with 8051] code ASM not run

Status
Not open for further replies.

trungbeca

Newbie level 4
Joined
Feb 26, 2013
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,326
sbd please tell me why it not run, i didn't receive data from ADC , ADC_data always high. thanks
convert:
setb eoc
clr ale
clr start
nop
setb ale
setb start
HERE12:
cpl clk
jb eoc,HERE12
setb oe
mov A,ADC_Data // no data moved to A
clr oe
ret
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top