Tool/software:
Hi,
I’m curious about how to safely disable and then re-enable interrupts, such as CAN RX interrupts, during runtime for the execution of specific tasks.
For example, I want to disable CAN-related interrupts during the execution of MmwDemo_mboxReadTask()
in the MSS core.
Is there a safe way to do this while avoiding race conditions?
Thanks and regards