We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15ec24e + b4e5a53 commit a2c0294Copy full SHA for a2c0294
TESTS/mbed_hal/spm/main.cpp
@@ -23,8 +23,8 @@
23
#error [NOT_SUPPORTED] this test is supported on GCC only
24
#endif
25
26
-#if defined(__CORTEX_M33)
27
-#error [NOT_SUPPORTED] Cannot run on M33 core as SecureFault is implemented in secure-side and cant be remapped
+#if DOMAIN_NS == 1
+#error [NOT_SUPPORTED] Cannot run on M23/M33 core as SecureFault is implemented in secure-side and cant be remapped
28
29
30
#include "utest/utest.h"
0 commit comments