Hello,
I am trying to use the flash ECC and confirm that I have code to count the occurrence of single and multibit errors. I can step through the checkFlashECC function alright. (in fact I actually only know how to count the multibit errors...for the single bit errors in RAM I was able to use the esmHighInterrupt but I don't think I can for flash or if the FMC has the groups that I want to use to track errors)
I saw on http://processors.wiki.ti.com/index.php/Linker_Generated_ECC#Error_Injection there's a compiler flag of --ecc to purposefully inject single and multibit errors. However, I can't find where in code composer I can add this flag.
I tried changing the command-line pattern under the ARM compiler in properties to ${command} ${flags} ${inputs} --ecc:data_error=0x100,0x01 however I just get an output saying ">> WARNING: invalid compiler option --ecc:data_error=0x100,0x01 (ignored)"
Is there a way in CCS to usee the --ecc flag that I just haven't found? There are a lot of options in there and perhaps I've glossed over it in my search.
Thanks!

