This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
大家好,我最近购买了ADS7851
通过QFN16至DIP16适配器,我将其连接到Raspberry Pi,尝试通过SPI进行通信。
但是,我遇到了一些问题,这可能是本产品特有的问题,因为ADS7851没有Din (数据输入)端口。 它只有CS (芯片选择)端口。
据我所知,我需要通过MOSI (Raspi)->Din (ADS)发送命令字节,并通过miso (Raspi)<-SDO A (ADS)接收回来,这是其他ADC产品(如MCP3208)中的常用方法。
关键是,我想知道如何将SPI通信应用于此产品。
谢谢,Daniel