Hi
I have a critical section (CS) in my code. I need to disable all interrupts before starting the CS and need to enable them back after the CS. In the simplelink SDK, is there any way to disable and enable interrupts globally?
Also, is there any other way to do that?
Thanks