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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/03/02 11:42
Read: times


 
#20333 - SMALL CORRECTION ON ISS
HAI,
MADE 2 MISTAKES DAIRE,

1)U SHOULD KICK ON UR SENSORS.THAT PART I MISSED IN THE PROGRAM
2)Plz replace the ISS with the following code!
.ORG 1000H
CLR TR0
CLR TF0
CPL P1.0 ; TOGGLEING TO GET SQUARE WAVE
mov a,count1
add a,#01h
mov count1,a
JNC OUT1
CLR C
INC COUNT2 ;16 BIT COUNTING IS USED U SHALL MODIFY AS U REQUIRE
OUT1:
MOV TH0,#00H ;VALUE1
MOV TL0,#00H ;VALUE2
SETB TR0
RETI


List of 8 messages in thread
TopicAuthorDate
Counters with the 8051            01/01/70 00:00      
RE: Counters with the 8051            01/01/70 00:00      
RE: Counters with the 8051            01/01/70 00:00      
SMALL CORRECTION            01/01/70 00:00      
SMALL CORRECTION ON ISS            01/01/70 00:00      
RE: SMALL CORRECTION ON ISS            01/01/70 00:00      
RE: Counters with the 8051            01/01/70 00:00      
RE: Counters with the 8051            01/01/70 00:00      

Back to Subject List