• Spi Slave Help
    Hello, chip - AT91Sam7x512 I try to work with the SPI slave mode. I wrote a code that work perfectly in master mode, but now I try to convert this code to work in slave mode. Does anyone have...
  • SPI Master Slave Communication
    I am into a project where I need 2 establish communication between ADuc814(Master) and ADuc841(Slave). Master shud Receive data transmitted by Slave. I am unable to establish the comm. I feel there is...
  • SPI Master Slave Comm
    I am into a project where I need 2 establish communication between ADuc814(Master) and ADuc841(Slave). Master shud Receive data transmitted by Slave. I am unable to establish the comm. I feel there is...
  • How to interact with Multiple slaves on SPI having different clock speeds
    Hi, I want to connect 3 SPI slaves on the same SPI bus, But all slaves are working at different Clock frequencies and frame structures. What will be efficient way to communicate through SPI?
  • SPI slave doesn't transmit, STM32F407VE
    I have STM32F103C8 as a SPI master and a STM32F407VE as a SPI slave. I haven't worked with SPI enough to find optimal way to write communication mechanism, and earlier work with SPI only on AVR and...