nrf5340 not working after adding https client configuration with bluetooth peripheral

Development Environment :
SDK version: nRF Connect SDK v2.7.0
Toolchain version: nRF Connect SDK Toolchain v2.7.0
Development environment: Ubuntu 22.04
Development tool: Visual Studio Code
Development board: nrf5340dk/nrf5340/cpuapp/ns
Example refference path: ~/ncs/v2.7.0/nrf/samples/net/https_client

Hello

on my custom nRF5340 board i am getting below error when i enable this configuration as per https_client example code CONFIG_PM_PARTITION_SIZE_TFM=0x1fe00

*** Booting My Application v0.0.1-f4fc16aacb8c ***
*** Using nRF Connect SDK v2.7.0-5cb85570ca43 ***
*** Using Zephyr OS v3.6.99-100befc70c74 ***
[00:00:00.301,544] <err> os: ***** SECURE FAULT *****
[00:00:00.307,250] <err> os:   Address: 0x0
[00:00:00.312,133] <err> os:   Attribution unit violation
[00:00:00.318,267] <err> os: r0/a1:  0xfffffff5  r1/a2:  0xe000ed00  r2/a3:  0x200132f8
[00:00:00.326,995] <err> os: r3/a4:  0x00000000 r12/ip:  0x00000000 r14/lr:  0x0007da89
[00:00:00.335,723] <err> os:  xpsr:  0x61000000
[00:00:00.340,972] <err> os: s[ 0]:  0x200114c8  s[ 1]:  0x0007ef21  s[ 2]:  0x20011148  s[ 3]:  0x200132f8
[00:00:00.351,470] <err> os: s[ 4]:  0x200132f8  s[ 5]:  0x0007e8c5  s[ 6]:  0x00000000  s[ 7]:  0x00000020
[00:00:00.361,938] <err> os: s[ 8]:  0x00000000  s[ 9]:  0x000ade17  s[10]:  0x2000d044  s[11]:  0x0007e06f
[00:00:00.372,436] <err> os: s[12]:  0x0009dc17  s[13]:  0x2001324c  s[14]:  0x000ad891  s[15]:  0x00079867
[00:00:00.382,873] <err> os: fpscr:  0x00000020
[00:00:00.388,122] <err> os: Faulting instruction address (r15/pc): 0x00094104
[00:00:00.396,057] <err> os: >>> ZEPHYR FATAL ERROR 41: Unknown error on CPU 0
[00:00:00.403,991] <err> os: Current thread: 0x20011148 (main)
[00:00:00.410,552] <err> os: Halting system
66157.prj.confwb_nrf7002_wifi.conf
i attached prj.conf file,

just for your information i am using bluetooth peripheral on my application and wifi (nrf7002 soc)

Parents Reply Children
No Data
Related