hdl-2019_r1.tar.gz no-os GitHub - analogdevicesinc/no-OS: Software drivers in C for systems without an operating system 切换分支2019_R1,下载 no-OS-2019_R1.zip 放到工作区, ~/work/zynq_dev/ad9361noos/ 解压 tar -zvxf hdl-2019_r1.tar.gz unzip no-OS-2019_R1.zip 2. 编译 hdl 2.1...
最重要的当然是学习AD9361这些配置的C程序接口,后续自己使用的时候再根据自己的需求进行修改和编写。 Ad9361_api.c : 里面存储了各种AD9361配置的接口函数, AD9361初始化也在里面,Ad9361_api.h定义了AD9361所需要的结构体。在ZYNQ中又叫做驱动实例。 Config.h : 里面定义了一些硬件平台,这里实验用的XILINX平台。
This document describes the No-OS software used to control the AD9361 part. AD9361 No-OS APIAn API is available to be used on systems without OS to interact with the AD9361 and provides all the necessary functions to control it. Below is presented a short description of all the ...
AD9361 No-OS Software Introduction AD9361 No-OS API AD9361 Doxygen Documentation Generic Platform Code Size Information Xilinx Platform Required Software Console Commands Driver Downloads More InformationAD9361 No-OS SoftwareIntroductionThis document describes the No-OS software used to control the ...
我们下载了No-OS的API程序,并且在ZEDBOARD中成功跑了起来,我想询问的是1、在mian.c中有一个初始化结构体,我们是否需要改变它以满足我们自己产品的需求。还是不改变它, ...
4 利用导入的SDK工程,将no-OS-master中的源码加入进行编译,完成工程的构建。 注意: 将ad9361源码拷贝到刚创建的SDK工程中src中,如 G:\1\hdl-hdl_2016_r1\projects\fmcomms2\zc706\fmcomms2_zc706.sdk\ad9361\src。 刚加入的源代码 上述就是小编为大家分享的AD9361+ZC706利用TCL构建Vivado工程及利用no-OS...
1 change: 1 addition & 0 deletions 1 ad9361/sw/ad9361_api.c Original file line numberDiff line numberDiff line change @@ -156,6 +156,7 @@ int32_t ad9361_init (struct ad9361_rf_phy **ad9361_phy, AD9361_InitParam *init_p /* LO Control */ phy->pdata->rx_synth_freq = ...
>id_no = init_param>id_no; phy->spi->id = init_param->id_no; phy->id_no = init_param->id_no /* Reference Clock */ 4 changes:4 additions & 0 deletions 4 /ad9361/src/ad9361_api.h Originalfile line numberDiff line number line change @@ -284,6 +28410 @@ ...
Analog Devices provides complete drivers for the AD9361 for both bare metal/No-OS and operating systems (Linux). The AD9361 and AD9364 share the same API. The AD9361 and AD9364 drivers can be found at: • Linux wiki page • No-OS wiki page Support for these drivers can be found ...
No-OS and operating systems (Linux).The AD9361 andAD9364share the same API.The AD9361 and AD9364 drivers can be found at:Linux wiki page● No-OS wikipageSupport for these drivers can be found at:Linux engineer zone pageNo-OS engineer zone pageComplete specifications for the AD9361 part ...