Как использовать GPIO с библиотекой MPSSE?

#embedded #ftdi

#встроенный #ftdi

Вопрос:

У меня есть плата FT232H, и я хочу знать, как здесь работают контакты GPIO. Есть 2 функции: FT_WriteGPIO и FR_ReadGPIO, однако для меня подключение немного сбивает с толку. Распиновка платы выглядит следующим образом: введите описание изображения здесь

и в документации в сказано, что:

 Each MPSSE channel in the FTDI chips are provided with a general purpose I/O port  having 8 lines in addition to the port that is used for synchronous serial communication.  For example, the FT232H has only one MPSSE channel with two 8-bit ports, ADBUS and  ACBUS. Out of these, ADBUS is used for synchronous serial communications  (I2C/SPI/JTAG) and ACBUS is free to be used as GPIO. The two functions described  below have been provided to access these GPIO lines (also called the higher byte lines of  MPSSE) that are available in various FTDI chips with MPSSEs.   

Означает ли это, что контакты D4-D7 вообще нельзя использовать в качестве GPIO?