hello,NXP’s engineer, when i debug s32K324 some problem occurs. i use the freertos6.0.0 and open SMP ,Sync_flags occurs when using SMP in multi-core controllers.
however , i also write
,so What could be the problem?
I can see in your code that core 1 is enabled right in the boot configuration word, so it's started immediately after reset:
However, you are trying to enable core 1 in main function of core 0 again with some delay loop after that:
Isn't this the root cause of your troubles?
It's highly recommended to use RTD version which is mentioned in the release notes file:
Regards,
Lukas