Hi Nxp,
I found S32K314 TCM1 cannot work. As we Know,S32K314 has only core 0, so if we want to have access to TCM1,we can use TCM backdoor address.
ITCM_1 Backdoor address is 0x11400000, length is 32KB.
DTCM_1 Backdoor address is 0x21400000, length is 64KB.
But I found DTCM1 can work well, ITCM1 can not. Only few addrees can have access right as picture bellow.

Before using TCM1, I have initialized TCM1 ECC , disable MPU and Cache.
Could some one help me how to use TCM1 correctly on S32K314?Thanks a lot!