Tool/software: Code Composer Studio
Hello,
I am trying to test ECC functionality by introducing bit errors through Code composer Studio.
In CS Studio I am using introduce bit errors option in Linker Output to generate bit errors.
1. As per the Syntax --ecc:data_error=(symbol+offset|address)[,page],bitmask I have given the location address ( --ecc:data_error=(test_variable+0|0x80000)[,0],1 ) to generate errors but I got below error.
Error 255 and Error 2 with message '0x80000)[' is not recognized as an internal or external command
2. when i give 0x80000,0,1 to generate error at 80000 location i got below error.
error specified at 0x80000 does not lie within an initialized section.
I tried with all the addresses mentioned in the linker command file, but still i am facing above error.
Flash ecc is enabled in my software.
Kindly let me know how to solve above issue.
Let me know if more details required.
Thank you.
Regards,
Bhageerath.