Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V1.2.0.0
-
Fix Version/s: V1.2.0.1
-
Component/s: Linux Driver
-
Labels:None
-
Account:SDO Driver (SDODRIVER)
Description
Currently the SPI communication is configured that the transfers (one transfer is a single read/write request) are to be separated by a chip select deselection. The CS handling is done by the underlying driver and is provided by the target platform or operating system.
The application can control the behaviour via the cs_change bit of the spi_ioc_transfer structure.
Recent tests showed that various drivers interpret this bit in different ways and not consequent.
This implementations results on some platforms in communication problems.