Send 32bit data on SPI protocol
Hello,For communicating with a sensor I need to send 32 bits as a clock for my sensor. As you can see in the 8-bit data transmission an interruption occurs during sending 4 bytes which is unpleasant for my communication. I wrote a Software SPI (bit-b...