Finally I found problem came that the I2C EEPROM has been erase (address 0X50) so the CCS couldn't find th.e Reset Configuration Words.
I burned the EEPROM with this configuration and now it works.
/* Reset configuration words *//* Preamble */ 0xAA, 0x55, 0xAA,/* Master Reset Configuration Word Low */ 0xFF, 0xFF, 0xFF, 0x43, 0x33, 0x00, 0x00,/* Master Reset Configuration Word High */ 0xFF, 0xFF, 0xFF, 0x00, 0x84, 0x18, 0x01,/* Number of reset slaves */ 0x02,/* Slave Reset Configuration Words */ 0x43, 0x33, 0x00, 0x00, 0x00, 0x80, 0x18, 0x09, 0x43, 0x33, 0x00, 0x00, 0x00, 0x80, 0x18, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,