This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

如何使用在am335x平台上spi1.0和spi1.1都使用



内核中的spidev是spix.x的使用案列,我现在想在同一个板子上使用spi1.0、spi1.1,共用SPI0_SCLK,SPI0_MISO,SPI0_DI,靠spi0_cs0和spi0_cs1来区分1.0和1.1。请问有成功的案列吗?还是需要自己在spidev的基础上做逻辑区分?