Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Hardware flow control connections from GSM modem to MSP430F5419A

Other Parts Discussed in Thread: MSP430F5419A

I need to connect my GSM modem with MSP430F5419A microcontroller. the connections are DCD, RXD, TXD, DTR, GND, DSR, RTS, CTS and RI. If i'm using "Port 3" for UART.

P3.4 AND P3.5 will be UART TXD and UART RXD..

1) Where should i connect the remaining  7 connections?

2) Will the micro-controller does automatic hardware flow control with RTS and CTS (OR) Should i write code accordingly?

3)If so, is there any example code for hardware flow control?

  • Karthikeyan Dhandapani said:
    Will the micro-controller does automatic hardware flow control with RTS and CTS

    The Datasheet and/or Family User Guide will tell you this.

  • The 5xx family USCI in UART mode does not support hardware-level automatic modem/flow control. You will have to do this in SW.

    Connect the modem control signals to GPIO. (Connect the inputs to interrupt capable I/O's i.e. Port 1 or Port 2 pins). The outputs can be on any port.

  • Hi,

     

    We are in a similar situation where we need flow control on MSP430 to interface to a peripheral. I could not find any reference to a working code with flow control implemented. Please share any code implementations or application notes that address flow control for UART in MSP430.

    Thanks.

  • Sukanya S said:
    We are in a similar situation where we need flow control on MSP430 to interface to a peripheral. I could not find any reference to a working code with flow control implemented. Please share any code implementations or application notes that address flow control for UART in MSP430.

    When target device is not ready - don't transmit. If you are not ready - do not assert flow control lime. This is basically all you need to know about flow control. Further reading:  http://en.wikipedia.org/wiki/RS-232

**Attention** This is a public forum