I have a ts7800 SBC, and I need to communicate over an SPI bus. In their documentation they say that their is no hardware SPI, and they implement in their sample code "software SPI." For me, this works now but when I view the SPI clock on an oscilliscope, it looks uneven(typically the clock stays higher for a longer period of time than it stays low, but sometimes the opposite). I am worried that when I start adding more threads and code into the mix, the problems with the SPI being software controlled will become more apparent. Has anyone dealt with an issue like this before, and what did you do to correct it? Or was it even an issue?
I would rather not use interupts for the SPI bus because I have just as important (if not more important) processes going on in the other threads.
Thank you for your help.