Index: firmware/source/sys_link.cmd =================================================================== diff -u -rabb9687e52d9db5df1abe7626ba04a6d431ba823 -r850f8042a02fd17ee53b8db24bc2e3d17bbb9c7f --- firmware/source/sys_link.cmd (.../sys_link.cmd) (revision abb9687e52d9db5df1abe7626ba04a6d431ba823) +++ firmware/source/sys_link.cmd (.../sys_link.cmd) (revision 850f8042a02fd17ee53b8db24bc2e3d17bbb9c7f) @@ -64,6 +64,14 @@ } /* USER CODE BEGIN (3) */ +/* IGNORE the generated Sections code, overridden below */ +ECC +{ + algoL2R4F021 : address_mask = 0xfffffff8 /* Address Bits 31:3 */ + hamming_mask = R4 /* Use R4/R5 build in Mask */ + parity_mask = 0x0c /* Set which ECC bits are Even and Odd parity */ + mirroring = F021 /* RM57Lx and TMS570LCx are build in F021 */ +} /* USER CODE END */ /*----------------------------------------------------------------------------*/