Interrupt response time

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User18151
Level 3
Level 3
First like received First solution authored
Hi all,

How much does it take IR response time?

Could you please let me know the response time of IR(Min, Max)?

And please let me know the formula of response time (for instance, arbitration cycle + delay time... etc..)?

Thank you!!
Christine


#8042000 12466
0 Likes
1 Reply
User18237
Level 5
Level 5
First solution authored First like received
Hi Christine,

min. time of 8 cycles (maybe it is shorter):

2 cycles for arbitration
4 cycles for context save
2 cycles for jump to address

Max. timing can be endless (e.g. another Interrupt with higher priority is in work...).


Best regards

Mr. AURIX™
0 Likes