• spi eeprom
    hi i configured spi using the following code. but the clk is not coming in the sclk pin. can anybody help SSC0_CON_EN=0; SSC_BR = 13 ;//(40000000/2*1000000)-1 SSC0_CON=0xc037; P3.13=1; ALTSELP3...
  • 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...
  • SPI Simulation
    I am trying to simulate an SPI device AT25128 eeprom, there is an example on the keil site which i have tried but i cant seem to get it working. Has anyone done any SPI or even I2C simulation that could...
  • xc164cs - spi
    hi i configured xc164cs-spi using the following code. but the clk is not coming in the sclk pin. can anybody help SSC0_CON_EN=0; SSC_BR = 13 ;//(40000000/2*1000000)-1 SSC0_CON=0xc037; P3.13=1; ALTSELP3...
  • CAN bus, SPI or I2C
    I am currently about to undertake a project using the C167 infineon. I will be communicating with another processor and a number of FPGA aand need to choose between CAN bus, SPI or I2C. I have a very...