Hello!
I'm trying to use a custom SPM using this guide: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/using-a-custom-secure-partition-manager-wtih-your-application
I would like to be able to read some data through the uart and save them in memory by running this code in the secure domain.
While in the non-secure domain i would like to obtain the current position using the gps module.
The two projects work correctly but when I enter in non-secure domain through the command "spm_jump ()" the uart stops working.