r eceiver t ransmitter
play

R eceiver/ T ransmitter (USART) Cuauhtmoc Carbajal 01/11/2013 2 - PowerPoint PPT Presentation

1 STM32F3 U niversal S ynchronous/ A synchronous R eceiver/ T ransmitter (USART) Cuauhtmoc Carbajal 01/11/2013 2 STM32F3 Communication Interfaces CAN interface (2.0B Active) Two I2C Fast mode plus (1 Mbit/s) with 20 mA current


  1. 1 STM32F3 U niversal S ynchronous/ A synchronous R eceiver/ T ransmitter (USART) Cuauhtémoc Carbajal 01/11/2013

  2. 2 ■ STM32F3 Communication Interfaces • CAN interface (2.0B Active) • Two I2C Fast mode plus (1 Mbit/s) with 20 mA current sink, SMBus/PMBus, wakeup from STOP • Up to five USART/UARTs (ISO 7816 interface, LIN, IrDA, modem control) • Up to three SPIs, two with multiplexed I2S interface, 4 to 16 programmable bit frame • USB 2.0 full speed interface • Infrared Transmitter

  3. 3 Why Serial Communication? • Parallel communication implies sending a whole byte (or more) of data over multiple parallel wires • Parallel data transfer requires many I/O pins. This requirement prevents the microcontroller from interfacing with as many devices as desired in the application. • Data synchronization for parallel transfer is difficult to achieve over a long distance. • Serial communication implies sending data bit by bit over a single wire • Many I/O devices do not have high data rate to justify the use of parallel data transfer. • Consider cost. • There are 2 types of serial communication: • Asynchronous • Synchronous

  4. 4 Asynchronous Serial Communication • With asynchronous communication, the transmitter and receiver do not share a common clock Remove: Start, Stop, Parity Bits Add: Start, Stop, Parity Bits – Receiver Transmitter + Data 1 byte-wide Data 1 byte-wide Data The Transmitter The Receiver  Extracts the data using its  Shifts the parallel data onto own clock the serial line using its own clock  Converts the serial data back  Also adds the start, stop to the parallel form after stripping off the start, stop and parity check bits and parity bits

  5. 5 Data Format for Asynchronous Data Communication • Data is transmitted character by character bit-serially. • A character consists of • one start bit (0) A logic high is called a mark , and • 7 to 8 data bits a logic low is called a space . • an optional parity bit • one, or one and a half, or two stop bits (1) • least significant bit is transmitted first • most significant bit is transmitted last LSB MSB The format of a character

  6. 6 Asynchronous Serial Communication • Start bit — indicates the beginning of the data word • Stop bit — indicates the end of the data word • Parity bit — added for error detection (optional) • Data bits — the actual data to be transmitted • Baud rate — the bit rate of the serial port • Throughput — actual data transmitted per sec (total bits transmitted — overhead) • Example: 115200 baud = 115200 bits/sec • If using 8-bit data, 1 start, 1 stop, and no parity bits, the effective throughput is: 115200 * 8 / 10 = 92160 bits/sec

  7. 7 Asynchronous Serial Communication Start Bit Parity Bit 1 or 2 Stop Bits D0 D1 D2 D3 D4 D5 D6 D7 1 Asynchronous Byte • Parity options include even, odd, or no parity. • Asynchronous transmission is easy to implement but less efficient as it requires an extra 2-3 control bits for every 8 data bits • This method is usually used for low volume transmission

  8. 8 Synchronous Serial Communication • In the synchronous mode, the transmitter and receiver share a common clock • The transmitter typically provides the clock as a separate signal in addition to the serial data Clock Transmitter Receiver Data 1 byte-wide Data 1 byte-wide Data The Transmitter The Receiver  Shifts the data onto the serial  Extracts the data using line using its own clock the clock provided by the transmitter  Provides the clock as a  Converts the serial data separate signal back to the parallel form  No start, stop, or parity bits added to data

  9. 9 UART

  10. 10 What is UART? • An interface designed to transfer data only in asynchronous mode that utilizes the EIA-232 standard. • UARTs are cheap, easy to use, and until recently, very common.

  11. 11 Asynchronous Serial Data Communication • It is often used for data communication between a DTE and a DCE with or without a modem. • DTE stands for data terminal equipment and can be either a computer or a terminal. • DCE stands for data communication equipment. A modem is a DCE. Communication link DTE DCE DCE DTE Computer Modem Modem Computer or terminal or terminal Figure 9.0 A data communication system A data communication system

  12. 12 Modem • A modem (modulator/demodulator) provides a way of encoding digital data as a set of audio signals that can be sent over a telephone line. Most modems communicate using RS232 and a set of hardware handshaking signals used to regulate data flow.

  13. 13 Kinds of data communication links • Simplex link • Half-duplex link • Full-duplex link

  14. 14 Types of Communication Link Configuration (a) Point-to-point Station Station (b) Multi-drop Master ...... Slave 1 Slave 2 Slave n Figure 9P.2 Point-to-point and multi-drop communication links Point-to-point and multi-point communication links A multidrop system is a master and slave system. One master connects with a few slaves in the system. Each time, the master communicates with one of the slaves. When the master wants to transfer a block of data to a slave, it first sends out an address byte to identify the target slave. The 9th-bit of the data byte sent from the master is set to 1 to indicate the address byte while cleared to 0 to indicate the data byte. All the slave systems will compare the address byte with their own address. Only the target slave will respond to the master. The master then starts transmitting data bytes to the target slave. The non-addressed slave systems will ignore the incoming data until a new address byte is received.

  15. 15 The RS232 Standard • Was the most widely used physical level interface for data communication • Specifies 25 interchange circuits for DTE/DCE use • Was established in 1960 by Electronics Industry Association (EIA) • Was revised into RS232C in 1969 • Was revised into RS232D in 1987 • Was revised to RS232E in 1992 and renamed as EIA-232-E • Four aspects: electrical, functional, procedural, and mechanical

  16. 16 The EIA-232E Electrical Specifications (1 of 2) • The interface is rated at a signal rate of < 20 kbps. • The signal can transfer correctly within 15 meters. • The maximum driver output voltage (with circuit open) is -25 V to +25 V. • The minimum driver output voltage (loaded output) is -25 V to -5 V and +5 V to +25 V. • The minimum driver output resistance when power is off is 300  . • The receiver input voltage range is -25 V to +25 V. • The receiver output is high when input is open circuit. • A voltage more negative than -3 V at the receiver input is interpreted as a logic 1. • A voltage more positive than +3 V at the receiver input is interpreted as a logic 0. 25V l ogic ‘0’ 3V -3V l ogic ‘1’ -25V

  17. 19 EIA-232-E Mechanical Specification (2 of 2) • Only a small subset of the 25 pins are actually used in most data communications. • Nine-pin is introduced to reduce the size and cost of the connector. Ground 5 Ring Indicator 9 4 DTE Ready Clear to Send 8 3 Transmitted Data Request to send 7 2 Received Data DCE Ready 6 Received Line Signal Detect 1 EIA-232E DB9 connector and signal assignment Figure 9.1b EIA232E DB9 connector and signal assignment DB9 Female Connector DCE DB9 Male Connector DTE

  18. 20 DB9 Male Connector DB9 Female Connector DTE DCE 9 25 DTE DCE pin DTE DTE Signal Name Direction DCE DCE Signal Name Direction Description pin 1 8 DCD Data Carrier Detect IN DCD Data Carrier Detect OUT Modem connected to another 2 3 RxD Receive Data IN TxD Transmit Data OUT Receives bytes into the PC 3 2 TxD Transmit Data OUT RxD Receive Data IN Transmits bytes out of the PC 4 20 DTR Data Terminal Ready OUT DTR Data Terminal Ready IN I'm ready to communicate 5 7 Signal Ground Signal Ground SG SG 6 6 DSR Data Set Ready IN DSR Data Set Ready OUT I'm ready to communicate 7 4 RTS Request To Send OUT RTS Request To Send IN RTS/CTS flow control 8 5 CTS Clear To Send IN CTS Clear To Send OUT RTS/CTS flow control 9 22 RI Ring Indicator IN RI Ring Indicator OUT Telephone line ringing

  19. 28 How to Detect the Arrival of Start Bit • Use a clock signal with frequency at least 16 times that of the data rate to sample the RxD signal. • When the RxD pin is idle (high) for at least three sampling times and a falling edge follows, the SCI circuit checks the third, fifth, and seventh samples after the first sample. If the majority of them are low, then the start bit is considered detected.

  20. 29 How to Determine the Logic Value of a Data Bit • Use a clock signal with frequency at least 16 times that of the data rate to sample the incoming data. • Take the majority function of the eighth, ninth, and tenth samples. If the majority of them are 1s, then the logic value is determined to be 1.

  21. 30 Data Transmission Errors • Framing error • The stop bit is not recognized on reception at the expected time, following either a desynchronization or excessive noise. • Receiver overrun • One or more characters received, but not read by the CPU • Parity error • Odd number of bits change value

  22. 31 ASCII Table High Nibble Low Nibble

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend