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对应不上,

相关文章:

  • 2021-07-10
  • 2021-06-20
  • 2021-12-07
  • 2022-12-23
  • 2021-04-11
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
猜你喜欢
  • 2021-10-17
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-11-18
  • 2022-01-12
相关资源
相似解决方案