Hello, The statement you quoted means that the source data buffer pointer must not be null. Driver doesn't care about what's in the data buffer - all it requires is a base address of the data vector and its length. Specifying length parameter is crucial as many SPI applications require 0x00 bytes in the middle of the transmission - SPI data is treated as raw bytes, not as a string. Regards
↧