Update README.md
This commit is contained in:
parent
a18439807c
commit
7f8ef2d4aa
1 changed files with 6 additions and 1 deletions
|
|
@ -49,13 +49,18 @@ The following example code is considered to demonstrate how the data flows from
|
|||
|
||||

|
||||
|
||||
The example code has a bitstream of 44bytes. This is sent through data packet in data field.
|
||||
The example code has a bitstream of 44bytes. This is sent from host to device through data packet in data field.
|
||||

|
||||
|
||||
The data transfer from device to the host is done when host is ready to accept data, it sends token packet. The device then sends data.
|
||||

|
||||
|
||||
FT2232H has multiple configurations like synchronous bitbang interface, asynchronous bitbang interface and MPSSE (Multi-Protocol Synchronous Serial Engine) interface. MPSSE mode allows communication with different types of synchronous devices like SPI, I2C, JTAG etc.
|
||||
|
||||

|
||||
|
||||
SPI communication has 4 modes for data transfer depending on clock polarity (CPOL) and clock phase (CPHA). FTDI device can only support mode 0 and mode 2 whereas flash memory (S25FL128S) has only 2 clocking modes i.e mode 0 and mode 3.
|
||||
|
||||

|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue