This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 Sleep mode plus TWIS and LPUART

i am trying to determine the current consumption of the nRF9160 when in sleep mode but running LPUART and TWIS.

I see that the Sleep mode (MCU IDLE, MODEM off, RTC on) shows about 2.2uA in the PS.

if i need to wake from a LPUART or TWIS interface  how much current will the nRF9160 use with these peripherals in idle state.

I cannot find the Electrical Specifications showing current consumption of these peripherals in IDLE states.

also, If I have the MODEM on and in PSM, does that add 2.7uA or is the total SIP at 2.7uA.

if the total SIP ( i would assume the APP CPU is IDLE?)

Parents
  • Hi, sorry for the late response.

    The LPUART uses GPIO PORT event which is not consuming any additional current.

    The TWIS senses for a start condition on the two pins so it will consume current in the 20 uA range

    The total SIP consumption in PSM mode is 2.7uA. It includes the modem side, and the application in sleep mode. Which is application CPU idle, and RTC+LF clock running (app timers). So in this mode the modem is sleeping waiting for the next PSM wakeup, and the application is sleeping but able to wake up on any application timer interrupt.

Reply
  • Hi, sorry for the late response.

    The LPUART uses GPIO PORT event which is not consuming any additional current.

    The TWIS senses for a start condition on the two pins so it will consume current in the 20 uA range

    The total SIP consumption in PSM mode is 2.7uA. It includes the modem side, and the application in sleep mode. Which is application CPU idle, and RTC+LF clock running (app timers). So in this mode the modem is sleeping waiting for the next PSM wakeup, and the application is sleeping but able to wake up on any application timer interrupt.

Children
Related