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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/12/02 01:21
Read: times


 
#21684 - Need help with Pulse Program
I am new but need help with my code. I'm trying to write a program that will produce a continuous pulse with 1 second duration at p1.0

here is my code so far:
.org 0000h
mov tmod, #01h
cpl p1.0
loop: mov th0,#02h
mov tl0,#05h
setb tr0
wait: jnb tf0,wait
sjmp loop






List of 5 messages in thread
TopicAuthorDate
Need help with Pulse Program            01/01/70 00:00      
RE: Need help with Pulse Program            01/01/70 00:00      
RE: Need help with Pulse Program            01/01/70 00:00      
RE: Need help with Pulse Program            01/01/70 00:00      
RE: Need help with Pulse Program            01/01/70 00:00      

Back to Subject List