Post Go back to editing

Linux driver request for MAX11410 ADC

Hi!

Can you provide a Linux driver for MAX11410 and MAX11410A 24-bit ADCs? It has the highest bit resolution and channel amount in SPI ADCs from Maxim integrated, it would be useful to make it. I would like to use and test it in April of 2022.

Parents
  • Hi Livius,

    obviously you're looking for some 24-bit ADCs. And we're happy to evaluate if we can meet your schedules.

    The two requests you put in last week we already ordered some HW. However asking for Linux drivers for every 24-bit precision ADC is not going to be helpful since we then won't be able to meet your schedules.

    The AD4115 might be ok, since we already support this family in the NoOS driver.

    https://wiki.analog.com/resources/tools-software/uc-drivers/ad717x

    And our SW development team has already some test HW.

    Ideally you start evaluation of these ADC using the evaluation boards, with the evaluation SW first.

    I fully understand that this is different from a real Linux driver, but it would allow you to make a preselection.

    Ideally we support all our converters with devices drivers, however this will take some time and until then we need to prioritize the requests.

    -Michael

      

Reply
  • Hi Livius,

    obviously you're looking for some 24-bit ADCs. And we're happy to evaluate if we can meet your schedules.

    The two requests you put in last week we already ordered some HW. However asking for Linux drivers for every 24-bit precision ADC is not going to be helpful since we then won't be able to meet your schedules.

    The AD4115 might be ok, since we already support this family in the NoOS driver.

    https://wiki.analog.com/resources/tools-software/uc-drivers/ad717x

    And our SW development team has already some test HW.

    Ideally you start evaluation of these ADC using the evaluation boards, with the evaluation SW first.

    I fully understand that this is different from a real Linux driver, but it would allow you to make a preselection.

    Ideally we support all our converters with devices drivers, however this will take some time and until then we need to prioritize the requests.

    -Michael

      

Children
  • Sorry for spamming. Zipper mouth

    In the end of spring 2022 i like to start an embedded board project on a Xilinx Zynq SoC with Linux, which will need to measure many analog voltage channels (0-5V non-realtime), and later need to measure resistor values (RTDs, PT-1000), too and it also needs to communicate with an external instrument on RS232 (UART).

    The most valuable properties in an ADC is the 24-bit resolution, high amount of channels, and less pin/wire connection for me. So i mostly would like to choose an I2C ADC therefore my prioritization in my driver requests can be the following:

    1. LTC2499 (I2C, 24-bit, 16 ch)
    2. AD4115 (SPI, 24-bit, 16 ch)
    3. MAX11410 (SPI, 24-bit, 10 ch) - i got an eval boards for this but others can be better Disappointed

    So the best can be LTC2499 I2C ADC for me. I'd appreciate very much if you could provide a driver for it in Q2-Q3 of 2022.

    Thank you very much for this great help in making Linux drivers for your ICs. I have never seen such a high level of support from any other company in Linux driver providing for users.