Hi
Can I use the HDL design example from here - https://wiki.analog.com/resources/eval/user-guides/ad7606x-fmc/hdl with the NO-OS AD7606 driver?
This HDL design uses the parallel interface while in the driver it is indicated that it can only be used with the serial interface - https://github.com/analogdevicesinc/no-OS/blob/ac149ee97d668c901c8f8e02cdd17b2c8ccb34ea/drivers/adc/ad7606/ad7606.c#L735
In the HDL design there are no SPI lines.
My guess is that I should operate the driver in Hardware mode so it won't need the extra SPI functionality.
The problem is that in serial mode it uses SPI inherently.
My question is:
Is there a serial interface HDL design I can use along with the NO-OS driver or a Parallel support for the NO-OS driver on the other hand?
How have you tested the HDL design for the ZED board, with the EVAL-AD7606CFMCZ ?
My goal is to to bring it up with the ZCU102 board (As I gave up on the AD7616SDZ).
Thanks