Hello,
I have a question about S32DS for POWER.
There are 2 projects “A” and “B”, the difference between “A” and “B” is memory allocation (link file).
Project “A” uses 0x00000000 ~ 0x00007FFFF and Project “B” uses 0x00008000 ~ 0x000FFFFF.
I download “A.elf” to SPC5606S at first, then I preserve memory 0x00000000 ~ 0x00007FFFF (Debugger -> Advanced Options) and download “B.elf” to SPC5606S.
I expect the MCU will run “A” project, but, in fact the MCU runs “B” project.
I think there might be something wrong with me, if I want MCU to run “A” project, what should I do?
