This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linker error when using CCS linker to inject ECC error



Hi,

I am using CCS 5.5 with Compiler version 5.1.5. HW: L43x launch pad.

I am trying to use the new CCS linker feature to inject ECC error.  I followed the instructions from here: http://processors.wiki.ti.com/index.php/Linker_Generated_ECC#Error_Injection

I have tried the following linker options:

--ecc:data_error=0xA000,0,0x2

--ecc:data_error=0xA000,1

Both generate the following linker error. 

error #10404-D: bit error should be two or three comma-separated integers with
<Linking>
an optional base symbol: [symbol+]address,[page,]error_mask

There are format from the wiki page. What should be the correct format? Thanks!