Other Parts Discussed in Thread: MSPM0G3507
I'm using Code composer studio 12.4.0.
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.
thank you.
>By default on MSPM0, code is loaded in the ECC protected region of flash starting at 0x00000000.
Regarding this, I would like to know where to configure to enable ECC in CCS.
Or is there no such setting?
I don't have a problem if ECC is enabled with the default settings, but I would like to know this information in order to create specifications for building a development environment.
I am expecting to build and program the output file with MSP GANG.
To do this, I think it is necessary to enable ECC in the cmd file.
However, if you change the setting to enable ECC in the cmd file, I think it is necessary to disable the ECC setting in CCS. Therefore, I would like to know more about how to turn on/off ECC settings in CCS.
Hello Kei,
I got some clarification from our software team here. The ECC flags found in TI CLANG compiler can be used to generate the actual ECC codes and possibly inject errors. By default it will not have any effect on MSPM0 devices as the FlashCTL calculates and writes the ECC automatically when using ECC region (default) .
If you wanted to use no ECC by default, then you would need to modify the linker file to switch the default Flash regions to their prospective non-ECC area mapped regions. (Fash default to 0x41400000).