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.

LAUNCHXL-F280025C: CCS linker option

Part Number: LAUNCHXL-F280025C


Hello, 

i have tried with the linker ECC Generation and writing in linker file like : 

FLASH_BANK0_SEC1_ECC  : origin=0x1080200, length=0x200 , ECC = {
                                                      input_range = FLASH_BANK0_SEC1,
                                                      input_page  = 0,
                                                      algorithm   = C2000_Algo,
                                                      fill        = true
                                                     }
CC   {

C2000_Algo: address_mask = 0x1FFFFC
parity_mask = 0xFC
mirroring = F021
}
The following Things are enabled
1. Flash0EccRegs.ECC_ENABLE.bit.ENABLE = 0xA;
2. ECC from on linker Output : --ecc=on
The Question is : I have configured here only one sector and not the other sectors of Flash like sec0 , sec 2(where the Code is ) configures , it should give an error  ?
Thanks 
Ushma