Hi, Martin!
It did fix the power cycle problem! Thank you.
And now I meet another problems. In order to test my SEMA4 driver, I need to use the shared RAM, one core write to the variable placed in shared RAM, the other core read it. But how can I call the same variable in these two multicore project? (Z4_1,Z4_2)
I have seen the MPC5775K example, but the variable declaration way do not work in MPC5748G project, it didn't pass the project build.
Besides, I recognised that the S32 Design Studio can not monitor the registers and variables when doing multicore debug, so that's somewhat difficult to test the demo.
Jing Yu