Serial LTE Modem UART2 - 3V or 1.8V ?

HI there,

In the Serial LTE Modem documentation for the nRF9160 DK, it is mentioned that the GPIO voltage level should be 3V using SW9 when using an external MCU & UART2.


When I set this to 3V, I get following warning in RTT console (without anything else connected):

 <wrn> spi_nor: Waiting until flash is ready

Sending UART commands when connecting a serial adapter also doesn't work, not responding at anything.
However, when I set the voltage to 1.8V, everything is working just fine and I get proper logs via RTT and AT commands are working.

Is this an error in the documentation?
Or am I interpreting this wrong?

( Used NCS SDK v2.6.1, modem fw on latest v1.3.6)

Related