Hi,
In the Cortex-M7 S32K358 MCU, there are two cores. To reduce the burden on a single core, we aim to divide the program execution between both cores. Using MBDT, how can we utilize both cores so that some parts of the system run on Core#0 and the rest on Core#1?
I would appreciate it if you could help me with this.
Thanks!