Is there any possibility to execute TES generated code on a System using the ADRV IIO Device Driver? (The ZED Board)
I'm not able to access the Spi Interface, which is necessary when using the TES generated Code. (Because the SPI Interface ist occupied by the IIO Driver)
The only solution I can come up with is to replace the IIO Device Driver with the e.g. spidev Driver to get access to the Spi Interface. Correct?
Background: I have the ZED Board and the Adrv9002 Eval Board and want to use the internal Loopback of the ADRV9002 which seems not possible with the IIO Device Driver, therefore I want to configure the Device with the TES generated Code. (The ZED Board ist unfortunatly not supported by TES itself)
Thanks!