Hello,
For our application we'd like to use an external device to boot the F28M35 via SSI0. Therefore, it would be ideal if the uploaded binary contains the C28 code in shared RAM, so the M3 user application can simply boot the C28 by giving it write/execute access to SxRAM and then start it from there. However, I've read the documentation about RAM initialization and I'm not sure whether this approach will work.
If the C28 code is written as data in shared RAM during the M3's boot sequence will the parity then be correct once the bootloader finishes? Because using the RAM init functionality is not possible during during bootloading, and using MSxRTESTINIT1 in the M3 user application after uploading (which zero initializes all memory) beats the purpose of having it in shared RAM to begin with.
Regards,
Bas