Part Number: CC2640
Other Parts Discussed in Thread: BLE-STACK
Tool/software: TI-RTOS
Our CC2640 (DTE) is controlling a GPRS module (DCE) by UART without hardware flow control (RTS and CTS are not connected). We've some issues with data exchange when power management is enabled on the CC2640.
Could the power management temporary be disabled to prevent standby during waiting for receiving data from the GRPS module?
Section 19.4.4.2.2 of the technical reference manual talks about Software Flow Control (Modem Status Interrupts) to be supported. Is this way to control de power management during UART data exchange?
I assume if hardware flow control is implemented the RTOS UART driver wil handle the power management correctly. But some module does not support hardware flow control.
Thanks for helping.