Hi NXP,
This is regarding the usage of DTCM-0 and DTCM-1 in S32K322.
In our current project we are having a single binary for both the cores which leads to the storage of all global variables which are mapped with DTCM, use up DTCM of core-0.
All the SafeOs task stacks are allocated to DTCM-0.
I have a few questions:
1. If TCB stacks of master core and slave core tasks are uninitialized and mapped to DTCM-0, then at runtime core-1's task would automatically use up dtcm-1 since both DTCMs have same address? If not-> follow point 2.
2. How exactly can we manually map the data section for slave core's stack to core-1's DTCM?