Hi.
I have a problem with disabling the memory initialization procedure performed by JLink while connecting to running target for debugging with Ozone. This is especially problematic with second core. The guide (https://kb.segger.com/NXP_S32K3xx#ECC_RAM) says that:
"In order to skip the ECC RAM init, the exec ForceAttachTarget=1 command string needs to be used."
If I understand correctly, to do so, I should use Exec.Command console command to issue this. However, even if I do so, this gets ignored and memory is still initialized with 0xDEADBEEF pattern(see attached screenshot)
How can I prevent this from happening?