AssetTrackerV2 with CONFIG_TFM_PROFILE_TYPE_SMALL=y gives configuration error

Dear Nordic-Support,

 as I got a configuration error in my project when configuring CONFIG_TFM_PROFILE_TYPE_SMALL=y I tried to reproduce this with the AssetTracker_v2 application. The same issue occurs here.

I am using the nrfConnect SDK v2.5.0. When I add the line

CONFIG_TFM_PROFILE_TYPE_SMALL=y

to the prj.conf I get this CMake error:

CMake Error at config/check_config.cmake:20 (message):
INVALID CONFIG: TFM_PROFILE = profile_small AND CONFIG_TFM_SPM_BACKEND_IPC
Call Stack (most recent call first):
config/check_config.cmake:107 (tfm_invalid_config)
CMakeLists.txt:82 (include)

From the table here https://trustedfirmware-m.readthedocs.io/en/latest/configuration/profiles/index.html#tf-m-profiles I understand that the CONFIG_TFM_SPM_BACKEND should be SFN, but I would expect the configuration system to set this correctly.

Thanks

Stefan

Related