I'm using SEGGER's SystemView tool to get some insights on my code. I see which interrupt number is activated, and want to figure out which code actually runs.
looking at nrf52840.h I can see that ISR20 and ISR22 are software interrupts, but that's it.

Is there a way which code actually runs (or which software interrupt is linked to which code)?