Hi,
I have been trying to interface GSM modem with nRF52840 using LPUART (nRF Connect SDK). I have used below pins for connections:
nRF52840 - GSM
P0.21 (TX) - RX
P0.22 (RX) - TX
P0.23 (REQ) - RTS
P0.24 (RDY) - CTS
I have tried lpuart sample code for AT command with async mode but the firmware crashes always. I didn't find any response from modem.
I also tried to revered REQ and RDY pins but got the same issue.
Can anyone help me to make it work ? Can you please verify the above connections ?
Thanks in advance.