Hi, I'm trying to communicate via SPI using wiringPiSPI in C++ with an arduino slave. I find that after a while the incoming data becomes corrupt, even though the outgoing data from the arduino is ok. (I monitor both.) I am wondering if the the multi-tasking on the RPI could cause interruptions in t...