TF-M Isolation Level is 1 with Profile Large

Dear all

Is CONFIG_TFM_ISOLATION_LEVEL = 2 in general supported by Nordic SDK v2.6.0 on a nRF9160?

If set CONFIG_TFM_ISOLATION_LEVEL = 2 in prj.conf, it's always overwritten to 1 by the default value in /nrf/modules/trusted-firmware-m/Kconfig Related kconfigs set in prj.conf:

  • CONFIG_TFM_IPC=1
  • CONFIG_TFM_ISOLATION_LEVEL=2
  • CONFIG_TFM_PROFILE_TYPE_LARGE=y

Thanks for your support

Manuel

Related