Hi,
I want to use two GIO interrupt at the same time responsed.Nowly,I have set high priority and low priority level, one interrupt is 2.5ms happened, the other is 10 ms happened, the 10ms interrupt could be intterupted by 2.5ms, when the 10ms interrupt service routine delay time more than 2.5ms, it will happen enter the _abort handle.I don't know why it will enter data _abort routine. Please answer me. Thanks!