To prevent data corruption when using multiple SPI devices on the same bus, care must be taken to ensure that they are only accessed from within the main loop, or from the interrupt routine, never ...
but instead I found such an thorough and well thought-through answer on StackExchange that I thought I had to point it out. So, t0 the question: What is AVR Arduino interrupt latency? And how can it ...