[beagleboard] Re: programming SPI with C on BBB

2014-10-02 Thread Artem Popov
Good example code: https://www.kernel.org/doc/Documentation/spi/spidev_fdx.c It works on BBB without any changes. Manual for linux spidev: https://www.kernel.org/doc/Documentation/spi/spidev -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Re: programming SPI with C on BBB

2014-10-02 Thread janszymanski12345
Thanks Artem, Will try it later, as I'm away now. Is the spidev1.1 the same port with a different CS (as I need 2 SPI interfaces). If yes, what pin is the second CS on? Thanks again, Jan On Friday, October 3, 2014 2:32:03 AM UTC+10, Artem Popov wrote: Good example code: