Tool/software:
Hello;
In the project I created, while running the reset_isolation example with 1 task on the m4 core, I am messaging with all the other cores with the other task. However, after a while, I notice that messaging stops in one task and the SW3 (Main Reset) interrupt is not caught in the other task. I wonder if there is a problem when the following method is used from the other task while IPC messaging is being done.
status = SOC_enableResetIsolation (pscMain2MCUDisable, pscMCU2MainDisable, \
debugIsolationEnable);
Also, when I make DebugP_log from two separate tasks, I see that one of them is definitely not working. Is it possible to use this simultaneously in both tasks?
Regards
Kadir

