Search found 1 match

by wishing
Thu Jan 16, 2020 7:50 am
Forum: ESP-IDF
Topic: Communicate PC and ESP32 by FT2232H SPI mode
Replies: 0
Views: 1656

Communicate PC and ESP32 by FT2232H SPI mode

Hey, I want to transfer data between my PC and ESP32, and now I use FT2232H as a bridge. First, I'm using the driver MPSSE provided by FTDI, programming to act the FT2232H as a SPI master. Then use esp32 as a SPI slave, finished that, I sent data from PC to esp32, but what I got was wrong, but when ...