adl_ctxSuspend not suspending?

Hello,

Thanks for your answer :slight_smile:

I want to suspend the handler because i’m doing a SPI communication between my WMP and a PIC. The SPI communication has this requeriment:

:arrow_right: If the WMP wants transmit and isn’t currently receiving data, it will write in SPI bus (for this reason i want to suspend the interruption that does that my WMP writes in the SPI bus when my PIC is sending info by the SPI bus)

I want to send a message from the WMP to the PIC and afther the PIC has to send me a answer. My problem is that i send the message from WMP, the PIC receive it correctly, but when WMP reads the info from the SPI bus, I start to made interruptions that i don’t want and i can’t read from SPI bus. FOr this reason disenable the interrupcion from PIC and I want disenable the SPI task. It’s right my presumption :question:

Thank you