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

4 次查看(过去 30 天)
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?

回答(1 个)

Ciaran Toner
Ciaran Toner 2020-10-20
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 个评论
Xiaoxiao Liu
Xiaoxiao Liu 2020-11-1
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 2020-11-6
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Analog Devices ADALM1000 Support from Data Acquisition Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by