NVS in non secure application

Hello,

I am relatively new to the nRF Connect SDK and I'm developing an application for nRF9160DK on toolchain version 2.0.2.

I am working on a non-secure application and trying to integrate the NVS sample, but can't get it working with a non-secure build (also the sample is not working).
From my point of view everything should be fine since the nvs_storage is located inside of the nonsecure_storage, but application is not starting up.
When I debug the application it get's stuck at "spu_regions_flash_config_non_secure" (target_cfg.c line 554).

I am grateful for every hint.

Best regards,
Bernhard

Related