I'm performing power measurements with nrf9160-DK running the Serial LTE Modem application.
The example SLM has been modified to add support for HTTP, MQTT and also to relocate the UART pins.
To measure power I apply a test voltage to external power supply and a DMM (34465A) measures current at the nRF current measurement header.
When testing with 5V the system works as expected, however when lowering the voltage to 3.3V the nrf9160 emits "READY" on the serial port shortly after activating LTE. I believe this is an indication the nrf9160 has reset.
My power supply is configured to limit current to 500 mA. The DMM is operating in 1A current measurement mode.
Testing at 5V - normal operation
Test at 4.5V - normal operation
Test at 3.7V - normal operation
Test at 3.5V - "READY" received after CFUN=21
Test at 3.3V - "READY" received after CFUN=21
Do I need to make any modification to SLM or nrf9160-DK to operate at 3.3V ?