Musca
CMSIS-Pack is a delivery mechanism for software components and device support for embedded and IoT applications. Learn more.
-
Cores
Cortex-M33, 50 MHz
Cortex-M33, 50 MHz
-
Family
ARM Cortex M33
Musca SoC (TrustZone enabled subsystem).
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