[1]windows 下AD9361的 no-os master 工程搭建 [2]ADI™ Reference Designs HDL User Guide [3]Analog Devices Wiki [3]AD9361 No-OS Software [4]
通过TCL脚本实现以下自动化流程: 1. 创建工程并设置器件型号 2. 添加IP核配置 3. 生成Block Design 4. 综合与实现 3.2 关键脚本代码示例 # 创建工程create_project ad9361_zc706 ./vivado_project -part xc7z045ffg900-2# 添加HDL库路径set_property IP_REPO_PATHS [list \ ./hdl/library \ ./no-OS/proj...
windows 下AD9361的 no-os master 工程搭建 发布于 2021-03-06 18:59 操作系统 macOS Microsoft Windows 写下你的评论... 关于作者 胡胡胡家 满腹 回答 1 文章 17 关注者 9 关注发私信 打开知乎App 在「我的页」右上角打开扫一扫 其他扫码方式:微信 ...
AD9361 No-OS SoftwareThe AD9361 is a high performance, highly integrated RF Agile Transceiver™. Its programmability and wideband capability make it ideal for a broad range of transceiver applications. The device combines an RF front end with a flexible mixed-signal baseband section and ...
查找no-OS/ad9361/sw at 13c1ba56164f4b63844f63e5dd596286b6faf8b3 · analogdevicesinc/no-OS (github.com)获取相关源代码。针对GPIO和RESET的配置,在axigpio的第2个通道上进行修改,将platform.c文件中的gpio_data调整为正确的值。最后,完成上述步骤后,即可顺利搭建AD9361+KCU105工程。
2 工程建立 2.1 自我环境检查 首先检查自己的Vivado或者Quartus的版本号,选择对应的ADI官方提供的免费HDL与no-OS库。HDL库存放的是对应芯片的FPGA驱动程序,no-OS存放的是芯片SDK下的C程序。 2.2 克隆对应代码 利用git软件克隆hdl与no-OS库,以便后续使用。
include <stdint.h> #include "no_os_gpio.h" #include"common.h" #define REG_SPI_CONF 0x000 /* SPI Configuration */ #define REG_MULTI_SYNC_AND_TX_MON_CTRL 0x001 / Multi-Chip Sync and Tx Mon Control*/ #define REG_TXENABLE_FILTER_CTRL 0x002/* Tx Enable & FilterControl */...
The AD9361 No-OSSoftware together with the Generic Platform Driver can be used as a base for any microprocessor platform. The Platform Driver implements the communication with the device and hides the actual details of the communication protocol to the AD9361 driver. When the desired type of pro...
Software drivers for systems without OS. Contribute to tb-ldr/no-OS development by creating an account on GitHub.
我们下载了No-OS的API程序,并且在ZEDBOARD中成功跑了起来,我想询问的是1、在mian.c中有一个初始化结构体,我们是否需要改变它以满足我们自己产品的需求。还是不改变它, ...