This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

programing 8051 to read spi protocol

hi i am a student tryin to read the data between two spi devices by tapping the lines in the middle please help me if anyone hav a code to read the ss,mosi,miso,sclk signals using GPIO they vl jst act lyk input port n read

Parents
  • When it comes to tapping SPI communication, you should configure your processor as a SPI slave with the corresponding settings as used on the SPI bus.

    You will need two SPI interfaces if you are going to capture the data on both the MISO and the MOSI lines.

    For exra points, use child language such as "vl jst act lyk input port n read" when turning in the project.

Reply
  • When it comes to tapping SPI communication, you should configure your processor as a SPI slave with the corresponding settings as used on the SPI bus.

    You will need two SPI interfaces if you are going to capture the data on both the MISO and the MOSI lines.

    For exra points, use child language such as "vl jst act lyk input port n read" when turning in the project.

Children