Hi, everybody
Recently, I tend to work on S32K324 project with single elf, so I refer the demo "Platform_Multicore_SingleElf_S32K324", and comment the initialization, just want to see if the dual core can work normally, eventually, I see that counter in core0_cnt can be increased, but core1_cnt still remains 0, although the breakpoint can be hit.
I try to execute below operations:
1) define core1_cnt as volatile
2)reduce the compile optimization
but that does not make any sense, anyone can give me a hand? many thanks.
Hi, Daniel
Thanks for your reply, you can see the attached picture, all the initialization I have commented.