MSPL Assert Error when trying to run Beacon sample in nrf52832DK board

Hi,

   Im trying to run a beacon sample code using VS code on nrf52832dk board. Initially, I tried running with the latest SDK available 3.0.0, but I faced MSPL assert error. So, I thought there might be some issues with the sdk version. Therefore I tried with SDK2.5.0 as well. But still facing issues, the board starts resetting immediately after starting advertising. Below is the log

*** Booting nRF Connect SDK v2.5.0 ***
Starti[00:00:00.000,488] <inf> bt_sdc_hci_driver: SoftDevice Controller build revision:
c5 93 ba a9 14 4d 8d 05 30 4e 9b 92 d7 71 1e e8 |.....M.. 0N...q..
aa 02 50 3c |..P<
[00:00:00.002,471] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.002,471] <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
[00:00:00.002,502] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 197.47763 Build 2370639017
[00:00:00.003,356] <inf> bt_hci_core: Identity: FD:DF:73:26:56:E5 (random)
[00:00:00.003,387] <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x1102, manufacturer 0x0059
[00:00:00.003,417] <inf> bt_hci_core: LMP: version 5.4 (0x0d) subver 0x1102
Bluetooth initialized
Beacon started, advertising as
[00:00:00.008,453] <err> mpsl_init: MPSL ASSERT: 112, 2185
[00:00:00.008,483] <err> os: ***** HARD FAULT *****
[00:00:00.008,483] <err> os: Fault escalation (see below)
[00:00:00.008,483] <err> os: ARCH_EXCEPT with reason 3

[00:00:00.008,514] <err> os: r0/a1: 0x00000003 r1/a2: 0x00000000 r2/a3: 0x00000001
[00:00:00.008,514] <err> os: r3/a4: 0x00000000 r12/ip: 0x200009a8 r14/lr: 0x0000aecb
[00:00:00.008,544] <err> os: xpsr: 0x41000018
[00:00:00.008,544] <err> os: Faulting instruction address (r15/pc): 0x0000f8a8
[00:00:00.008,575] <err> os: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
[00:00:00.008,605] <err> os: Fault during interrupt handling

[00:00:00.008,636] <err> os: Current thread: 0x20001000 (unknown)
*** Booting nRF Connect SDK v2.5.0 ***Resetting system

Related