https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1378545/tca6424-linax
器件型号:TCA6424Thread 中讨论的其他器件:、 PCA9539、TCA9539
工具与软件:
您好!
我是否需要任何特殊驱动器(控制)才能在 Linax 下使用 TCA6424?
此致、
Nishie
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.
https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1378545/tca6424-linax
器件型号:TCA6424工具与软件:
您好!
我是否需要任何特殊驱动器(控制)才能在 Linax 下使用 TCA6424?
此致、
Nishie
Yuta、您好!
我们不为 IO 扩展器提供源代码。
我不太熟悉 Linux、但我发现了一些描述 I2C 驱动器的文档。
https://docs.kernel.org/i2c/writing-clients.html
TCA6424A 使用与 TCA9539/PCA9539相似的寄存器架构。 我们为 PCA9539芯片编写了一些示例代码
https://github.com/torvalds/linux/blob/master/drivers/gpio/gpio-pca953x.c
唯一的区别是、TCA6424A 为每种类型的寄存器设置了3个寄存器集、而不是2个寄存器集、因为这是24位 IO 扩展器而不是16位。
如果这有助于回答您的问题、请告诉我。
此致、
Tyler