SSE-200-MPS3
-
Core
Cortex-M33, 50 MHz
-
Family
ARM Cortex M33 (MPS3)
-
CMSIS Pack
V2M-MPS3_SSE_200_BSP
SSE-200 for MPS3 (TrustZone enabled subsystem).
This version only supports one Cortex-M33, core 0, from the 2 cores in the system.
The flag __DOMAIN_NS is used in the internal files to distinguish between secure and non-secure application. Please, use the flag as follow:
-> secure application uses -D__DOMAIN_NS=0
-> non-secure application uses -D__DOMAIN_NS=1