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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/30/02 14:39
Read: times


 
#29882 - RE: CPU and UART
MOV R1, #UART_LCR
MOV A, #80H
MOVX @R1, A

MOV A, #30h
MOV R1, #UART
MOVX @R1, A

MOV R1, #(UART+1)
MOV A, #00H
MOVX @R1, A
;
MOV A, #03H
MOV R1, #UART_LCR ;WORD LENGTHEN, STOP BIT ,PARIATY BIT SETTING
MOVX @R1, A

This is my init part, LCR bit 7 is 0.. I used the same init part before, but it doesn't work any more.



List of 9 messages in thread
TopicAuthorDate
CPU and UART            01/01/70 00:00      
RE: CPU and UART            01/01/70 00:00      
RE: CPU and UART            01/01/70 00:00      
RE: CPU and UART            01/01/70 00:00      
RE: CPU and UART            01/01/70 00:00      
RE: CPU and UART            01/01/70 00:00      
RE: CPU and UART            01/01/70 00:00      
RE: CPU and UART            01/01/70 00:00      
The problem is solved            01/01/70 00:00      

Back to Subject List