This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Running lwM2M_client routine into PSM with nRF9160 is about 450uA current

Running lwM2M_client routine into PSM with nRF9160 is about 450uA current,RTT is used for logging and all UART is disable.

I use ncs1.6.0.

What's causing 450ua?

How can I solve this issue?

Parents
  • Hello, 

    Have you also configured CONFIG_SERIAL=n in both SPM and your application? You can add the folder child_image with the file spm.conf, then add the following to test:

    # Enable below for power saving
    CONFIG_ASSERT=n
    CONFIG_SERIAL=n
    CONFIG_CONSOLE=n
    CONFIG_UART_CONSOLE=n
    CONFIG_LOG=n
    CONFIG_LOG_BACKEND_UART=n
    

    Kind regards,
    Øyvind

Reply
  • Hello, 

    Have you also configured CONFIG_SERIAL=n in both SPM and your application? You can add the folder child_image with the file spm.conf, then add the following to test:

    # Enable below for power saving
    CONFIG_ASSERT=n
    CONFIG_SERIAL=n
    CONFIG_CONSOLE=n
    CONFIG_UART_CONSOLE=n
    CONFIG_LOG=n
    CONFIG_LOG_BACKEND_UART=n
    

    Kind regards,
    Øyvind

Children
Related