• configure spi for tm4c123g
    hi. how could i configure spi for tm4c123g in keil. i'v tried the steps mentioned in datasheet but it does not work.here is my code.what should i do? please help me. #include "TExaS.h" #include "tm4c123gh6pm...
  • Multiple slaves in SPI configuration
    Hi all, This is the first time I've ever played with any microcontroller, and I'm stuck. The goal is to take my processor (I have an ADuC7026 eval board) and expand it with two external chips. I...
  • 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)
  • Need Help for configuring the GPDMA for both SD/MMC and SPI for ADC Read
    Hi All, We are developing an application in which we are using SD Card Interfaced using MCI and DMA and SSP0 is confiugred as SPI with DMA to read the data from the ADC to USB RAM. But i have...