I am using the CMSIS RTOS (not RTX) and this RTOS seems to be interfering with a time critical process I have for programming a FPGA so I need to suspend this RTOs until I am finished doing that.
In RTX I could call os_suspend. I have implemented this same call with CMSIS RTOS and it does not seem to do anything. Threads are still functioning as well as mailboxes timers etc.
How can I suspend the CMSIS RTOS?
There is no documenation anywhere about this