Hi BU,
If at the same time, there are 2 interrupts, with similar priority, coming, which one will be picked by VIM controller to be serviced?
As an example, the RTI interrupt and IPC interrupt both coming, VIM will pick which one to service at first? If the first serviced interrupt come again when the corresponding ISR is not finished, and after the ISR, the second one will be serviced or continuously service the first interrupt? There is a situation, the first interrupt is periodically happened, so the second one interrupt will never be serviced.
Please clarify the VIM's behavior under this situation.
Thanks and Regards,
Will