Speed-up SPI transfer rate

@maxgerhardt I think I found the problem. When I add a while(1) - loop in the void loop() fuction, the data is sent more or less continiously without these long breaks between. It looks like the program needs so much time when starting the “void loop()”.
Thanks for your help,

1 Like