How does "HW/SW Co-Design QPSK Transmit and Receive Using Analog Devices AD9361/AD9364" configure the register in ad9361?

4 visualizaciones (últimos 30 días)
Hi,
I've been following the example: HW/SW Co-design QPSK Transmitter and Receiver Using Analog Devices AD9361/ AD9364 Hardware Generation Model with the FMCOMMS5 and ZC706 platform. I cannot find the relevant code of configuring ad9361 register through SPI in the generated C code. How does the generated code configure AD9361 on the board?

Respuestas (1)

Ciaran Toner
Ciaran Toner el 20 de Oct. de 2020
Hi Xiaoxiao, our code does not explicity control the AD9361 by SPI. The AD9361 is configured by using kernel drivers which are provided by ADI.
  3 comentarios
Xiaoxiao Liu
Xiaoxiao Liu el 1 de Nov. de 2020
And is it possible to download the generated code to SD card, in order to run the code as soon as the device is powered on?
Ciaran Toner
Ciaran Toner el 6 de Nov. de 2020
Hi Xiaoxiao,
There are advanced ways of doing this, if the property is an IIO attribute.
Over ssh you can run the iio tools on the embedded system. You can then create a function block that invokes these iio tools on the board with some handwritten code.
If you need the code to run on startup you can generate the elf for the code, then copy it the root of the SD card. Finally you should modify the init.sh file to launch the code on startup.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by