Other Parts Discussed in Thread: , LMX2592, ADC12DL3200EVM
Hi,
I want to read DAC12DL3200 Register DAC12DL3200EVM in Python 3 environment
But DAC12DL3200PG2 is base on Python 2 ver.
So I want to control direct access without your DAC12DL3200PG2
I already know Register Access interface that FT4232HL control to DAC with SPI interface.
DAC12DL3200EVM Board's SPI PIN Map is not normal,
DAC_SDO/DAC_SDI/DAC_SCSB/DAC_SCLK are conneted GPIO Port of FT4232HL
It is possible to control GPIO port with MPSSE
but it seem to be impossible to generate SCLK and DAC SPI Timing.
It is possible to control GPIO port with Async Bitbang. generate SCLK and DAC SPI Timing
but I can not read SDO value. (Read)
Could you send me SPI Control example as python?
or
Could you let me know the way how to control FT4232HL's GPIO for SPI interface in DAC12DL3200
Best Regards
Michael Lee