Hi all,
We want to perform AD9371 Tx LO leakage calibration by OS driver. AS I use linux OS please I want to know if this possible??
Thank you
AD9371
Recommended for New Designs
The AD9371 is a highly integrated, wideband RF transceiver
offering dual channel transmitters and receivers, integrated synthesizers, and digital signal...
Datasheet
AD9371 on Analog.com
Hi all,
We want to perform AD9371 Tx LO leakage calibration by OS driver. AS I use linux OS please I want to know if this possible??
Thank you
We have a Linux IIO static driver which uses our API. Please refer
https://ez.analog.com/linux-device-drivers/linux-software-drivers/
https://github.com/analogdevicesinc/linux/tree/master/drivers/iio/adc/mykonos
MYKONOS_runInitCals() API functions takes an init cal mask with following values ORed together.
https://github.com/analogdevicesinc/linux/blob/master/drivers/iio/adc/mykonos/mykonos.c#L11251
We have a Linux IIO static driver which uses our API. Please refer
https://ez.analog.com/linux-device-drivers/linux-software-drivers/
https://github.com/analogdevicesinc/linux/tree/master/drivers/iio/adc/mykonos
MYKONOS_runInitCals() API functions takes an init cal mask with following values ORed together.
https://github.com/analogdevicesinc/linux/blob/master/drivers/iio/adc/mykonos/mykonos.c#L11251
Thank you for your reply
Please another question aboit the Linux IIO static driver
by running the IIO Oscilloscope based GUI I used the API functions necessary for AD9371 Tx LO leakage calibration ???
Thank you
Yes. That's correct. IIO driver user API functionality.
Yes. That's correct. IIO Scope GUI connects to IIO driver which uses API internally to configure the chip
Yes. That's correct. IIO Scope GUI connects to IIO driver which internally uses API to configure the chip.