Hi,
The S32K388 core consists of two types:
1x LS Cortex-M7 + 3xCortex-M7 @ 320MHz or
2x LS Cortex-M7 + 1xCortex-M7 @ 320MHz
As per the above configuration, CM7_0 and CM7_1 can be decoupled to work them as two separate cores. However, CM7_2 is in Permanent Lock step core.
Lockstep core means " two processors operate in parallel, executing the same set of instructions simultaneously. The key feature of lockstep is that both cores execute the same instructions and compare their results at every step to ensure they match. If a discrepancy is detected, it indicates a potential error or fault in one of the cores, triggering a fault-handling mechanism."
I want to know which another core is executing the same set of instructions simultaneously along with CM7_2

Thanks in advance