1. I am currently using the TCM of S32K312, which is a single-core processor.
However, the memory map provides addresses for ITCM_0 Backdoor and DTCM_0 Backdoor. What are their use cases? I think Direct method is sufficient for S32K312.
2. If I use ITCM_0 Backdoor and DTCM_0 Backdoor, do I need to add definitions in the MEMORY and SECTION sections of linker_flash_s32k312.ld?
Does anyone know where I can obtain a demo for accessing ITCM and DTCM using the Backdoor method?
Thanks a lot.