Hello,
i would like to access the SIPINFO field from FICR https://infocenter.nordicsemi.com/topic/ps_nrf9160/ficr.html from a non-secure application using the SPM.
Unfortunately there is no support for SIPINFO in the source code:
1. The available svd file only contains INFO, but not SIPINFO: https://raw.githubusercontent.com/NordicSemiconductor/nrfx/master/mdk/nrf9160.svd
2. The FICR struct https://github.com/NordicSemiconductor/nrfx/blob/master/mdk/nrf9160.h#L722 does not contain SIPINFO and there is no FICR_SIPINFO_Type defined.
3. The spm does not allow access to SIPINFO in FICR via spm_request_read(), see https://github.com/nrfconnect/sdk-nrf/blob/main/subsys/spm/secure_services.c#L88
Could this be added to be available in a future version of the nRF connect SDK?
Regards,
Christian Taedcke