Interrupt priority in STM32F1
Hello,
My question is that how many interrupts could be in pending state in STM32F1 MCUs?
What would happen when a interrupt is running and in the same time another interrupt with same preempt priority be fired, does the running interrupt finishes and the second one be run or the first one should be finish and the next starts?
And my next question is that Assume that an interrupt is running and in this moment 2 or more interrupts with lower preempt priorities be fired. In this case two situations will occur:
1. Fired interrupts have the same preempt priority: Does the sub priority is determine the priority of interrupts?
2. Fired interrupts have different preempt priority: In this case does preempt priority determine the priority of interrupt execution?
Best regards
