Hi,
I'm using an S32K358. Both the Lockstep core and Core 2 will have boot loaders that will verify and launch main application code in each core.
In the initial design, I intend to run the lockstep core boot and application our of flash block 0 and Core 2 out of flash block 1.
However, it would give us some flexibility in the flash layout if we could run the boot loaders for both cores out of block 0 with the application for the lockstep core running out of block 1 and the applications for core 2 out of block 2.
Is this feasible? i.e. can both cores simultaneously execute in place from the same flash block?
If so, what is the performance implication of this
Thanks,
Jon.