• spi
    SPDAT IS NOT DISPLAYING THE VALUE IT HAVE RECIEVED IN THE SIMULATOR I hav written the comments plz go through it. #include <REG51xD2.H> void SPI(unsigned char); void sdelay(int ); void...
  • spi
    how many devices can be connected to a spi bus ?
  • spi
    hello all, can you pls tell me maximum how many devices can be connected to controller using SPI? like in i2c maximum devices are 128. so pls tell me the number and how? thank you regards
  • spi
    dear all, i m interfacing 7366 with c8051f120. according to datasheet of 7366 its clock is 5Mhz (100nSec and 100nSec of SCK high and low pulse) pls tell me which lines of among 4 pins i.e mosi...
  • 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...