Hello,
We're using an AD9286 for our DAQ applications. So, we're developing this system as a microblaze system.
Are there any available microblaze based SPI drivers for AD9286 ? If not, can we use some other ADC's SPI driver for this IC also? If yes, which ADC would be appropriate ?
Thank you
Mugundhan
Hi Mugundhan,
Here you can find the AD9467 no-OS driver: no-OS/drivers/AD9467 at master · analogdevicesinc/no-OS · GitHub
With some changes you will be able to use it for controlling AD9286.
Regards…
Mugundhan:
I moved this discussion to the Microcontroller/no-OS drivers community. There are various folks there that might be able to provide a pointer.
I don't think we have a driver for the AD9286…
Mugundhan,
To only configure the AD9286, a SPI IP and the driver will be enough. Other IPs will be required if you want to also acquire data - but you said that you already have a separate DAQ module…