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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/10/11 23:24
Read: times


 
#180507 - internal baud rate generator not work
I use 89c55wd. I have to use timer0, timer1, timer2 for timer process. So I need alternative baud rate generator. I tried to use internal baud rate generator as atmel's examaple program. But I can't work internal baud rate generator. Please help me.

BRL DATA 9AH
BDRCON DATA 9BH

ORG 0000
JMP MAIN_PROGRAM

MAIN_PROGRAM:

MOV SCON,#01010000B
ANL PCON,#3FH
ANL BDRCON,#0EEH
ORL BDRCON,#0EH
MOV BRL,#191
ORL BDRCON,#10H

...

THANKS


List of 3 messages in thread
TopicAuthorDate
internal baud rate generator not work            01/01/70 00:00      
   Wrong App Note??            01/01/70 00:00      
   What package style are you using.            01/01/70 00:00      

Back to Subject List