* main_full.c.\r
*/\r
\r
+.align( 8 )\r
vRegTest1Implementation:\r
\r
/* Fill the core registers with known values. */\r
reg1_error_loop:\r
/* Jump here if a register contains an uxpected value. This stops the loop\r
counter being incremented so the check task knows an error was found. */\r
-// ebreak\r
+ ebreak\r
jal reg1_error_loop\r
\r
+.align( 16 )\r
ulRegTest1LoopCounterConst: .word ulRegTest1LoopCounter\r
\r
/*-----------------------------------------------------------*/\r
\r
+.align( 8 )\r
vRegTest2Implementation:\r
\r
/* Fill the core registers with known values. */\r
reg2_error_loop:\r
/* Jump here if a register contains an uxpected value. This stops the loop\r
counter being incremented so the check task knows an error was found. */\r
-// ebreak\r
+ ebreak\r
jal reg2_error_loop\r
\r
+.align( 16 )\r
ulRegTest2LoopCounterConst: .word ulRegTest2LoopCounter\r
\r
\r
* The register check tasks are described in the comments at the top of\r
* main_full.c.\r
*/\r
+\r
+.align( 8 )\r
vRegTest1Implementation:\r
\r
/* Fill the additional registers with known values. */\r
ebreak\r
jal reg1_error_loop\r
\r
+.align( 16 )\r
ulRegTest1LoopCounterConst: .word ulRegTest1LoopCounter\r
\r
/*-----------------------------------------------------------*/\r
\r
+.align( 8 )\r
vRegTest2Implementation:\r
\r
/* Fill the additional registers with known values. */\r
ebreak\r
jal reg2_error_loop\r
\r
+.align( 16 )\r
ulRegTest2LoopCounterConst: .word ulRegTest2LoopCounter\r
\r
\r
\r
/* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo,\r
or 0 to run the more comprehensive test and demo application. */\r
-#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 1\r
+#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 0\r
\r
/* Index to first HART (there is only one). */\r
#define mainHART_0 0\r