I just started using ADC AD4116-datasheet for sensing multiple voltage signals connected to individual VIN channel on AD4116
I have this ADC connected to STM32 Nucleo-f446re board via SPI interface.
I want to know what are the steps needs to perform below requirement :
1. initialize, configure ADC for using all VIN pins to sense voltage readings
2. get sample data from particular VIN at a time
I have looked into this driver code but didn't get it how to use this to perform above mentioned requirement
ad717x driver
Note:I already know low level SPI transmit, receive functionality so just want to know what packets needs to transfer for performing above requirement
Any sample code which can shows to perform above requirement,
as I am not getting what and how to configure in order to make ADC ready to use for sampling as well as how to get sample from particular channel
Edit Notes
updated notes[edited by: ercjethava at 4:04 AM (GMT -5) on 9 Jan 2025]


