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 4b438ac + 97dd302 commit 3d88bddCopy full SHA for 3d88bdd
platform/TARGET_CORTEX_M/mbed_fault_handler.c
@@ -98,7 +98,7 @@ MBED_NOINLINE void print_context_info(void)
98
//Capture CPUID to get core/cpu info
99
mbed_error_printf("\nCPUID: %08" PRIX32, SCB->CPUID);
100
101
-#if !defined(TARGET_M0) && !defined(TARGET_M0P)
+#if !defined(TARGET_M0) && !defined(TARGET_M0P) && !defined(TARGET_M23)
102
//Capture fault information registers to infer the cause of exception
103
mbed_error_printf("\nHFSR : %08" PRIX32
104
"\nMMFSR: %08" PRIX32
0 commit comments