Hello.
I am trying to connect nRF 52840-DK and LTC 5800-WHM with UART.
The communication conditions are as follows.
Baud rate: 115200
Data: 8 bits
Stop bit: 1 bit
Parity: None
Flow control: yes
Signal lines are Tx, Rx, Tx_CTSn, Tx_RTSn.
Tx:P0.06
Rx:P0.08
CTS:P0.07
RTS:P0.05
LTC5800-WHM
www.analog.com/.../5800whmfa.pdf
I am trying to connect in Mode 4 of the UART described in the LTC 5800-WHM data sheet, but a reception interrupt from the LTC 5800-WHM is entered but transmission from the nRF 52840 is not accepted.
Please give me some advice.
nRF 52840-DK
SDK 15.0.0
gcc-arm-none-eabi-7-2018-q2-update-win32