Part Number: MSPM33-SDK
Other Parts Discussed in Thread: MSPM33C321A, SYSCONFIG
Hello,
I am working on MSPM33C321A eval board, and I use Code Composer Studio to build my project.
I would like a confirmation about ECC activation or not. The ECC management (active or not), is it configured in the linker file (.cmd) ?
I mean this, in the .cmd file :
Without ECC:
MEMORY
{
FLASH (RX) : origin = 0x00000000, length = 0x000FFFFF
SRAM (RWX) : origin = 0x20000000, length = 0x0003FFFF
....
With ECC:
MEMORY
{
FLASH (RX) : origin = 0x10000000, length = 0x000FFFFF
SRAM (RWX) : origin = 0x30000000, length = 0x0003FFFF
...
Right ? Or is it configured elsewhere ?
Thanks