Question
Keil RTX SVC Interrupt
Posted on March 17, 2015 at 16:39
I have an application with high priority DMA interrupt. But when RTX operation system is running periodic delays appears. It seems that RTX SVC interrupt is atomic (disables interrupts on enter, re-enables on exit).
A looked at RTX code, but didn't find anything, that explains that behavior... #rtx #keil #svc