Q
How do I configure the ADuC834 UART serial port at 9600/115200 baud?
A
The UART serial port on the ADuC834 can be configured for 9600 baud using the
following piece
of code (assuming CD in PLLCON=3):
MOV T3CON, #82h
MOV T3FD, #18
MOV SCON, #52h
The UART serial port on the ADuC834 can be configured for 115200 baud using the
following
piece of code (assuming CD in PLLCON=0):
MOV T3CON, #81h
MOV T3FD, #45
MOV SCON, #52h