1. Devices
  2. ARM Cortex M33 (MPS3)
  3. SSE-200-MPS3

SSE-200-MPS3

Arm

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