hello,
if a launchpad is serving one interrupt and during that time if an another interrupt with higher interrupt priority occurs, which of the following will happen..
- will it continue to serve the previous interrupt.?
- or will it first serve the higher priority interrupt first and return back to previous interrupt routine.?