1. Devices
  2. ARM Cortex M33
  3. SMM-SSE-200

SMM-SSE-200

Arm

SMM-SSE-200 for MPS2+ (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