Lines Matching +full:- +full:e
5 This test verifies the Cortex-M HardFault escalation. Only for
6 ARM Cortex-M targets.
8 ---------------------------------------------------------------------------
17 ---------------------------------------------------------------------------
21 Problems caused by out-dated project information can be addressed by
28 # and restore pre-defined configuration info
30 ---------------------------------------------------------------------------
34 *** Booting Zephyr OS build zephyr-v2.6.0-482-g9daa69b212cd ***
37 START - test_arm_hardfault
38 E: r0/a1: 0x00000004 r1/a2: 0x00000000 r2/a3: 0x00000004
39 E: r3/a4: 0x20000000 r12/ip: 0x00000000 r14/lr: 0x000029fb
40 E: xpsr: 0x41000000
41 E: Faulting instruction address (r15/pc): 0x0000079e
42 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
43 E: Current thread: 0x20000070 (test_arm_hardfault)
44 Caught system error -- reason 4
47 E: ***** HARD FAULT *****
48 E: Fault escalation (see below)
49 E: ARCH_EXCEPT with reason 4
51 E: r0/a1: 0x00000004 r1/a2: 0x0000002a r2/a3: 0x00000001
52 E: r3/a4: 0x000016f9 r12/ip: 0xa0000000 r14/lr: 0x0000075f
53 E: xpsr: 0x4100000b
54 E: Faulting instruction address (r15/pc): 0x00005d1e
55 E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
56 E: Fault during interrupt handling
58 E: Current thread: 0x20000070 (test_arm_hardfault)
59 Caught system error -- reason 4
60 PASS - test_arm_hardfault in 0.79 seconds