MAX11410
Production
The MAX11410 is a low-power, multi-channel, 24-bit delta-sigma ADC with features and specifications that are optimized for precision sensor measurement...
Datasheet
MAX11410 on Analog.com
There is already a driver for this part at:
https://github.com/Maxim-Integrated/LKD/tree/master/MAX11410
If that doesn't have the mode you need - let us know.
-Robin
There is already a driver for this part at:
https://github.com/Maxim-Integrated/LKD/tree/master/MAX11410
If that doesn't have the mode you need - let us know.
-Robin
Many thanks it is a really new driver in this repo. But i do not understand the interrupt pin configuration in its device-tree source.
max11410-gpio1 = <6>;
Normaly, it should contains an interrupt parent config also, for a gpio controller node pointer, like this.
interrupts = <25 0x2>; interrupt-parent = <&gpio>;
It seems to me probably this configuration is only working for Raspberry Pi 4. Can you improve it to be able to use any kind of SoC for example on a Xilinx Zynq SoC?
Hi,
We'll have a look. By the way, we have ordered some MAX11410 evaluation boards so we'll be able to do tests using the real hardware soon.
Thanks,
Dragos