SPI in loop() working fine, but not in ISR TIMER 1 interrupt

Nevermind, I have fixed the problem. I had to put SPI.begin() at start of interrupt. I had it only in setup, which worked fine for loop() but not for ISR(). So there, you may learn from my stupid mistake...