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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/05/02 00:13
Read: times


 
#21436 - RE: 8052 UART settings question
PCON.7 or SMOD only affects Timer 1. Using Timer 1 with SMOD=1 and TH1=FEh will yield a baud rate of 9301 with a 3.1% error.
If you absolutely must use this clock freq. and the baud generated won't work with your device then you may need to consider using an external UART with its own clock crystal.
In most 8051 architectures the machine cycle is usually 12 clock cycles. The number of machine cycles required to execute instructions is one or two except for mult & div which take four. There are derivative chips such as the Dallas DS89C420 where the machine cycle and clock cycle are the same. Whatever the architecture, the crystal (or clock) input determines the speed that the MCU operates at.

Hal

List of 8 messages in thread
TopicAuthorDate
8052 UART settings question            01/01/70 00:00      
RE: 8052 UART settings question            01/01/70 00:00      
RE: 8052 UART settings question            01/01/70 00:00      
RE: 8052 UART settings question            01/01/70 00:00      
RE: 8052 UART settings question            01/01/70 00:00      
RE: 8052 UART settings question            01/01/70 00:00      
RE: 8052 UART settings question            01/01/70 00:00      
RE: 8052 UART settings question            01/01/70 00:00      

Back to Subject List