2015-03-17 08:39 AM
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 #svc2015-03-17 08:48 AM
It's a system handler, rather than an IRQ, like SysTick there is a different mechanism for changing the NVIC's priority/preempt settings. You should perhaps review those.
2015-03-18 02:18 AM
Yes, it is true. I set priority correctly. But still...