Hello,
1) Can you clarify if addressing a TCM from its local core via the backdoor address leads to performance loss?
YES — backdoor access is slower.
Because the backdoor accesses the TCM via the System Bus, it is subject to arbitration with other masters trying to access the same memory, which can introduce variable delays.
AN13388
1.1) If yes: How much loss is expected?
We do nothave published cycle‑accurate numbers for backdoor TCM performance on S32K3
I can only reason based on the M7 architecture:
Architectural expectation: ~4–6× slower for typical code fetch or load/store.
2) Is there a way to address (via sections in LD File) the TCMs exclusively for same core access unambiguously in a single LD File?
Yes — as long as each TCM’s direct addresses are unique per core.
On S32K388, each core has its own ITCM and DTCM direct address region.
Best regards,
Peter