sdk 2017.2
报错:Memory read error at 0xF8007080. AHB AP transaction error, DAP status f0000021
在system.hdf上查到,对应位置是ps7_dev_cfg_0,地址段0xF8007000-0xF80070FF。
devcfg_v3_4 的doc描述上介绍,在xdevcfg.h文件中也有注解:
the device donfiguration interface has three main functionality
1. AXI-PCAP(负责下载bitstream文件到FPGA)
2. Security Policy
3. XADC(暂不包含,有单独的XADC driver)
一般都是bit文件跟c代码不匹配,导致系统地址分配以及device对应不上,
时间: 2024-11-04 12:06:34