• SPI error in ADuC7024
    Now I want to use SPI of ADuC7024 to extend a LCD.But I fail to write any data to SPITX which is SPI's transmitting register.Who could help me?Thank you! There is the beginning code. int main(void...
  • 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)
  • SPI Init SPI_NSS compiler error
    I'm using the Keil MCBSTM32 (STM32F103RBT6) and Keil uVision 4.21.0.0. The startup file is "startup_stm32f10x_md.s". I'm trying to setup SPI1 and I'm getting a compiler error on the line "SPI_InitStructure...
  • 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...