Index: firmware/source/sys_startup.c =================================================================== diff -u -r0912db0c205c38ec57140f53934cfbedffe6f981 -r8bd2386ed976da1b73ad6e29ddafa5e493b29964 --- firmware/source/sys_startup.c (.../sys_startup.c) (revision 0912db0c205c38ec57140f53934cfbedffe6f981) +++ firmware/source/sys_startup.c (.../sys_startup.c) (revision 8bd2386ed976da1b73ad6e29ddafa5e493b29964) @@ -399,18 +399,6 @@ /* USER CODE BEGIN (40) */ /* USER CODE END */ - - /* Test the CPU ECC mechanism for RAM accesses. - * The checkBxRAMECC functions cause deliberate single-bit and double-bit errors in TCRAM accesses - * by corrupting 1 or 2 bits in the ECC. Reading from the TCRAM location with a 2-bit error - * in the ECC causes a data abort exception. The data abort handler is written to look for - * deliberately caused exception and to return the code execution to the instruction - * following the one that caused the abort. - */ - checkRAMECC(); - -/* USER CODE BEGIN (41) */ -/* USER CODE END */ /* USER CODE BEGIN (43) */ /* USER CODE END */