Hi.
I wrote a firmware on nrf9160(SIAA chip), but it doesn't work.
On the hardware side, the circuit is same as that of nrf9160-DK, CTS and RTS is short respectively.
If the firmware is normal, I'll expect the firmware transmits "Ready".
But, I activate the circuit, when the firmware doesn't transmit "Ready" from TX.
I explain how to make firmware as below.
The firmware consists of two type firmware , a modem firmware and an application one.
The modem firmware version is 'mfw_nrf9160_1.3.6.zip' , written with Programmer (v4.3.0) from nrfConnect Desktop.
While, I built an application firmware of Serial LTE Modem with nRF Connect SDK (v2.7.9-rc2) .
I added "CONFIG_SLM_GNSS=n" in prj.conf file because it doesn't use GNSS.
Does the firmware requires anything else for normally working on SIAA ?
Best regards.