nRF54L15 - System Off mode example crashes

Hello Everyone,

Happy New Year !

We would like to evaluate nRF54L15 system off/deep sleep mode current consumption. So we have tried the existing example (https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/boards/nordic/system_off) from Nordic Connect SDK V2.9.0 , but we are getting errors runtime as below.

We are using nRF54L15-DK for evaluation.

prj.conf

Can anyone help us on this issue? 

Thanks in advance.

Best regards,

Jitendra

  • Hello Jitendra, 


    I got a similar Problem as well, may I ask what solved your problem?

    Thanks in adavnce, 

    Lukas

  • Hi Lukas,

    I tried with NCS 2.9.0 as well.
    Unfortunately I couldn't get any resolution for system_off mode issue.

    I hope you will find some support from Nordic Support team !

    Best regards,

    Jitendra

  • Hello Jitendra,

    I added some extra configuration (as same as yours) in prj.config file, built and flashed. I am not getting bus error but retained data is not supported.

    I have asked team. I will get back to you hsorlty.

    Thanks.

    BR

    Kazi

  • Hello,

    To get the output as valid retained data.

    You need to set CONFIG_APP_USE_RETAINED_MEM=y in the prj.conf file. 

1 2