Hi there,
on the nRF5340 Audio DK, there is a FT2232H, which provides FTDI_SPI + FTDI_SPI_SEL.
How this can be used, is there any sample for this available?
And how it is configured on the FTDI Chip?
Hi there,
on the nRF5340 Audio DK, there is a FT2232H, which provides FTDI_SPI + FTDI_SPI_SEL.
How this can be used, is there any sample for this available?
And how it is configured on the FTDI Chip?
Hi,
FTDI is mentioned in the user interface leds section of the nrf5340_audio application. FTDI_SPI is used to indicate that shared SPI is used by FTDI for writing the data to the hardware codec.
Best regards,
Dejan
Hi,
FTDI is mentioned in the user interface leds section of the nrf5340_audio application. FTDI_SPI is used to indicate that shared SPI is used by FTDI for writing the data to the hardware codec.
Best regards,
Dejan
HI Dejan,
is there any script/sample/python to try this from PC?