• 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 problem in STM32L
    Hi, Please help me to know why the following example code for SPI of STM32L152VD is not working, I do not see any signals in scope on pins SCK and MOSI niether in Data register in dubugger. void...
  • problem in SPI of LPC2378
    Hi everybody! I want to send a byte with SPI in LPC2378 and i initialize the SPI block according to the user manual. But my problem is here that when i put a byte (for example 0x9F) in S0SPDR...
  • SPI communication problem
    Hi! I am trying to communicate two LPC2214 using SPI, For this I am making One LPC 2214 Master and Transmitting Data using SPI1 and the other LPC is Slave and reciving data using SPI0 Port. Initially...