• SPI communication between two microcontrollers
    Hello everyone, I am trying to make communication between an STM32F3 microcontroller and a custom board baser on PIC microcontroller using SPI protocol. The STM32F3 acts as a Slave and the custom...
  • 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...
  • something wrong with SPI commucation of two stm32
    Hello everyone.Recently I have had two stm32 chips to communicate by SPI,then I had a difficult problem.My goal was letting the master and the slave exchanging one byte data,just one byte.after I wrote...
  • 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...