Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r65280b3e6fda421cc2130e7e73f41e9fd23b51c9 -r26d736280fef713e7639cd2b98eed975e2eb4353 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 65280b3e6fda421cc2130e7e73f41e9fd23b51c9) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 26d736280fef713e7639cd2b98eed975e2eb4353) @@ -431,6 +431,8 @@ SEND_EVENT_WITH_2_U32_DATA( HD_EVENT_STARTUP, SYS_EXCEPTION, (U32)0x000BAD01 ) // log ESR value and BAD01 to indicate the causes of resets (see Table 2-8 Technical Ref Manual) SYS_EXCEPTION = 0xFFFFU; // clear all exception flags by writing logic 1 to each bit + + //*(uint32_t *)(0xFFFFFA06) = (uint32_t)0xDEADBEEF; // Generate memory access violation. Remove when test is done // Send the startup event SEND_EVENT_WITH_2_U32_DATA( HD_EVENT_STARTUP, 0, 0 ) // Send the first submode change event. It is the mode Init and it does not start from a previous