Hi!
I have previously tested connecting the nRF9160-DK to an external MCU to act as an Serial LTE Modem as per the application description. And it worked
fine. Since then I've been doing other tests with the DK and now when trying the SLM connected to external MCU via UART2 it does not work at all.
I've tested the external MCU and a serial adapter connected to the TX/RX ports sending simple AT commands, but I get no response back from the DK.
No OKs or ERRORs which I did get previously. I have built the SLM application in SES for UART0 (USB) and UART2 separately and I get the expected
results via UART0 but nothing via UART2.
I have reprogrammed the board controller FW since the first test, but I'm not sure if it might have affected anything.
Configuration:
- nRF9160-DK with MFW 1.3.0
- NCS v.1.6.0
- Changes to prj.conf for SLM:
- CONFIG_UART2_NRF_HW_ASYNC_TIMER=2
- CONFIG_SLM_CONECT_UART_2=y
- Built with SES
Any guidance would be very appreciated!