Hi @Lisha,
The S32K322 MCU features two application cores, designated as CM7_0 and CM7_1.
Each core has direct access to its own Tightly Coupled Memory (TCM):
- CM7_0 accesses TCM_0
- CM7_1 accesses TCM_1
Both DTCM0 and DTCM1 are mapped to the same address space: 0x20000000.

CM7_0 can only access TCM_1 via a backdoor mechanism—it does not have direct access.
When you create a new S32K322 RTD project in the S32 Design Studio (S32DS) IDE, the IDE generates two separate projects, one for each core. Each project includes its own linker file, which defines memory sections such as int_dtcm, corresponding to the internal DTCM region for that core.
Regards,
Daniel