Minimal example for linking static libraries within TFM using Zephyr

Hi,

For my project I need to link two static libraries one in the non-secure world and one in the secure world i.e., in a TFM Partition. I am using NRF9160.
Basically what I am looking for is extending the tfm_secure_partition sample with linking of static libraries.

Can you provide a minimal example code for that?

Related