@@ -123,13 +123,13 @@ KiCad schematic for a dedicated programmer can be found in
123
123
124
124
The following FTDI chips are reported working with programmer driver: FT232R
125
125
(including counterfeits, even "bricked" ones), FT2232H, FT4232H. There is
126
- experimental support for the following chips: FT2232C, FT2232D, FT232H, FT230X.
127
- Please report the working status via
126
+ experimental support for the following chips: FT2232C, FT2232D, FT232H, FT220X,
127
+ FT221X, FT230X, FT231X, FT234XD, FT240X. Please report the working status via
128
128
[ GitHub issues] ( https://github.com/lorf/csr-spi-ftdi/issues ) .
129
129
130
- FT230X has only four primary GPIO pins and does not support default pinout. The
131
- pinout for FT230X is set to ` hwspi ` on initialization, see ` FTDI_PINOUT `
132
- [ option] ( #options ) .
130
+ Some FT-X family chips (FT220X, FT230X, FT234XD) have only four primary GPIO
131
+ pins and don't support default pinout. To use such chip You'll need to set
132
+ ` hwspi ` pinout using ` FTDI_PINOUT ` [ option] ( #options ) .
133
133
134
134
### Counterfeit FT232RL chips
135
135
@@ -250,13 +250,13 @@ variables or using the -TRANS option to most CSR commandline apps.
250
250
* ` default ` - default pinout as described in [ Using FT232RL breakout board as
251
251
a programmer] ( #using-ft232rl-breakout-board-as-a-programmer ) .
252
252
* ` noleds ` - this is the same as ` default ` but without LEDs.
253
- * ` hwspi ` - pinout for use with MPSSE chips (FT2232, FT4232, FT232H), uses
254
- the same pins as hardware SPI. Note that hardware SPI capability is not
255
- used, just the same pinout is used for convenience. This pinout can be used
256
- with adapters like [ TIAO
257
- TUMPA] ( http://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_User's_Manual ) .
258
- The pinout is as follows: ` CS ` - ` CTS# ` (` D3 ` ), ` CLK ` - ` TXD ` (` D0 ` ), ` MOSI ` -
259
- ` RXD ` (` D1 ` ), ` MISO ` - ` RTS# ` (` D2 ` ).
253
+ * ` hwspi ` - pinout for use with MPSSE (FT2232, FT4232, FT232H) and FT-X
254
+ chips, uses the same pins as hardware SPI. Note that hardware SPI
255
+ capability is not used, just the same pinout is used for convenience. This
256
+ pinout can be used with adapters like
257
+ [ TIAO TUMPA] ( http://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_User's_Manual ) .
258
+ The pinout is as follows: ` CS ` - ` CTS# ` (` D3 ` ), ` CLK ` - ` TXD ` (` D0 ` ),
259
+ ` MOSI ` - ` RXD ` (` D1 ` ), ` MISO ` - ` RTS# ` (` D2 ` ).
260
260
* ` hwspi+leds ` - this is the same as ` hwspi ` but adds read and write LEDs on
261
261
` DTR# ` (` D4 ` ) and ` DSR# ` (` D5 ` ) pins respectively.
262
262
* ` sparkfun ` - pinout for use with adapters with TX, RX, DTR and CTS
0 commit comments