Other Parts Discussed in Thread: ADS8688
主题中讨论的其他器件:ADS8688
大家好
我们已通过 SPI 接口将 ADS8688EVM 连接到 AST2600EVB (处理器)。 即使启用内核和器件树中的驱动程序、芯片选择始终较高。 我们应该如何使其变为低电平? 还错过了其他步骤吗?
谢谢
阿比谢克五世
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.
Other Parts Discussed in Thread: ADS8688
大家好
我们已通过 SPI 接口将 ADS8688EVM 连接到 AST2600EVB (处理器)。 即使启用内核和器件树中的驱动程序、芯片选择始终较高。 我们应该如何使其变为低电平? 还错过了其他步骤吗?
谢谢
阿比谢克五世
您好、Tom
我们已经检查了硬件方面。 我们连接了来自电路板的 CS、CLK、SDI、SDO、GND
这些是我们在 openbmc 中 Linux repo 的 dts 文件中所做的更改。
#address-Cells =<1>;
#size-cells =<0>;
ADC@0{
兼容="ti、ads8688";
寄存器=<0>;
SPI-max-frequency =<1000000>;
};
我们还在内核 menuconfig 中启用了 ads8688的驱动程序
即使在此之后、CS 也处于高电平。 主机没有 CS 信号。
请建议我们如何解决此问题
谢谢
阿比谢克五世