Hi,
I am developing some software that runs on the Cortex 8A processor on the OMAP 3530. I am developing an application that is utilizing several pthreads. My question: is there a way to disable and then re-enable interrupts in software? I need to do this to prevent preemption during a short block of code for one of my threads. Forgive my ignorance I am a newbie to this.
Chris