Hello everyone, I am using the SMP function of FreeRTOS on S32G274. When debugging with Lauterbach, I can correctly start M7-0 and M7_1 cores in two windows. However, if I burn the compiled bin file to the development board, I found out through printing that I only started M7-0 core。

I don't understand how the program can enter the main function through M7_1 core for the second time to start xPortStartScheduler ();


I am using the official demo provided. How can I boot M7_1 core to execute tasks? I hope to receive an answer. Thank you