Tool/software: Code Composer Studio
One last question for today...
Is there any way to prevent the Cortex-R4 from executing a Supervisor Call (SVC) exception if the processor is already executing an IRQ interrupt? What I'd like to happen is to let an IRQ handler execute an SVC instruction, but prevent the SVC handler from running until the IRQ handler finishes. Like the way PendSV works on a Cortex-M...
Thanks