You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe the problem isn't the macro.
I got the spi working because I changed the spiIOCTransfer type.
My kernel-version: 4.1.15+ #830
I did an spi-driver for myself with yet another interface (ReadWriteCloser): https://github.com/quinte17/spi
maybe its working for you just to change the type?
Dear author, i have some trouble to make spi work, as i can see you are fetching IO controll numbers by using this conts's
spiIOCMessage0 = 1073769216 //0x40006B00
spiIOCIncrementor = 2097152 //0x200000
i do not know where you got them from, but i guess they are from the kernel spi driver, they simply don't work for me,
any sugestions on how to call the macro SPI_IOC_MESSAGE(N) in #include <linux/spi/spidev.h> directly ?
The text was updated successfully, but these errors were encountered: