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
__CommunityServer__Service__ - Moved from TES GUI & API Software Support AD9371/AD9375 to Support AD9371/AD9375. Post date updated from Friday, April 19, 2019 9:51 AM UTC to Thursday, January 29, 2026 11:08 PM UTC to reflect the move.
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.