1. 程式人生 > >【SDK】Memory read error at 0xF8007080

【SDK】Memory read error at 0xF8007080

文件中 都是 不包含 tran func p s transacti nal interface

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對應不上,

【SDK】Memory read error at 0xF8007080