• Reading SPI
    Hi, I've a pb using SPI on ST10F168. sfr SSCTB = 0xF0B0; sfr SSCCON = 0xFFB2; sbit SSCBSY = SSCCON^12; sfr SSCRB = 0xF0B2; sfr SSCBR = 0xF0B4; sbit SSCEN = SSCCON^15; sfr DP3 = 0xFFC6; sfr P3...
  • 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 not reading input clocked in bytes?
    This ( www.keil.com/.../group__spi__interface__gr.html) spi interface is so confusing to me. I can easily clock out my bytes. but I can not read them in? For example SPIdrv->Control(ARM_SPI_CONTROL_SS...
  • STM32F1003ZE SPI flash read write
    hi, am not able to perform file operations in SPI flash area of STM32F1003ZE board. can anybody help me initialize the SPI flash memory and how can i create a file and modify it in the SPI flash memory...
  • programing 8051 to read spi protocol
    hi i am a student tryin to read the data between two spi devices by tapping the lines in the middle please help me if anyone hav a code to read the ss,mosi,miso,sclk signals using GPIO they vl jst act...