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
note that the implementation of the spi-bcm2708 (done by @notro) is not really complete with regards to the read side of things.
This to such an extend that not even notro is using this option in the fbtft drivers he is maintaining
it is untested, as I have no Idea what device could get used to test (and I do not own any).
Again: the "read" code is not implemented in a correct manner...
Just loopback it and send 0x04 which should trigger a 24-bit read, and 0x09 which should trigger a 32-bit read. I have never actually tested LoSSI reading.
Ref. page 151, BCM2835 ARM Peripherals
implement LoSSI/9-bit mode in spi-bcm2835 (its basic form implemented in spi-bcm2708) so that it may become a viable option for the foundation kernel.
The text was updated successfully, but these errors were encountered: