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 fa65546 + 577d286 commit 9f6156aCopy full SHA for 9f6156a
TESTS/mbed_hal/spm/main.cpp
@@ -27,6 +27,10 @@
27
#error [NOT_SUPPORTED] Disable this Test until FUTURE_SEQUANA_PSA enables Memory protection
28
#endif
29
30
+#if defined(__CORTEX_M33)
31
+#error [NOT_SUPPORTED] Cannot run on M33 core as SecureFault is implemented in secure-side and cant be remapped
32
+#endif
33
+
34
#include "utest/utest.h"
35
#include "unity/unity.h"
36
#include "greentea-client/test_env.h"
0 commit comments