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.

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
nrf54l15dk system off demo
00>
00> [00:00:00.516,739] <inf> main: Retained data not supported
00>
00> [00:00:00.516,760] <inf> main: Entering system off; press sw0 to restart
00>
00> [00:00:00.519,610] <err> os: ***** BUS FAULT *****
00> [00:00:00.519,615] <err> os: Precise data bus error
00> [00:00:00.519,620] <err> os: BFAR Address: 0x0
00> [00:00:00.519,627] <err> os: r0/a1: 0x00000000 r1/a2: 0x0004fe0c r2/a3: 0x00000001
00> [00:00:00.519,634] <err> os: r3/a4: 0x40120000 r12/ip: 0x00000000 r14/lr: 0x0004e439
00> [00:00:00.519,639] <err> os: xpsr: 0x21000000
00> [00:00:00.519,643] <err> os: Faulting instruction address (r15/pc): 0x0004a868
00> [00:00:00.519,660] <err> os: >>> ZEPHYR FATAL ERROR 25: Unknown error on CPU 0
00> [00:00:00.519,674] <err> os: Current thread: 0x20013c18 (unknown)
00> [00:00:01.155,369] <err> os: Halting system
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

prj.conf

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
CONFIG_PM_DEVICE=y
CONFIG_GPIO=y
CONFIG_CRC=y
CONFIG_POWEROFF=y
# Config logger
CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BACKEND_UART=n
CONFIG_LOG_PRINTK=n
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Can anyone help us on this issue? 

Thanks in advance.

Best regards,

Jitendra