• 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...
  • P89v51rd2 spi not working-help
    Hi, I am trying to interface ADC-cs5463 with P89v51rd2 micro controller using "bit banging SPI" code but not getting any result. I am using below code if any one can see the code and if i am...
  • Need SPI read help
    I've read the posts here, and searched the internet. How does one READ from a slave using a processor with SPI? I can write just fine. I tell my slave that I'm going to write, then I put bits on the...
  • SPI
    Hi everyone I am using stm32f051. I have to send data through SPI1 into DAC081S101. there is no output in the output of the DAC081S101. similarly an error in the MSB of the MOSI output. The code...
  • spi
    hello i used spi_sam7x.c in my project with at91sam7x256 but now can i use this file for at91sam7s256 with a little change in header file? (replace at91sam7x256 with at91sam7s256)