• SPI communication between two STM32 microcontroller
    Hello everyone, I am trying to communication between two STM32F4 microcontroller using SPI protocol. here i am using SPI3. Here i am configuring one STM32 as master & the other as Slave. I have...
  • SPI communication between two STR910
    Hello, I want to comunicate two STR910 micros via SPI. One of them will be the master, and other the slave. The code is very simple: [b]MASTER:[/b] /* CLK, MISO & MOSI configuration */ SCU...
  • serial communication between two microcontrollers
    Hii.... i am making a project of radio frequency identification (RFID) in which i am using two microcontrollers AT89C52. i want to make a serial communication between these two microcontrollers...
  • SPI communication between PIC24H and ADuCM360
    My project have PIC as master and ADC ADuCM360 as slave and PIC24HJp128310A sends command to ADC via SPI and ADC should reply with 4 bytes of ADC data back at 8Mbps speed. I am not able to achieve this...
  • SPI Communication between Aduc841 and Maxq3183
    Hello everybody, .i'm looking for a code to have spi communication between aduc841 and maxq3183 for my project.i've got some code from internet but nothing is working right for me. one is : #pragma...