【SDK】Memory read error at 0xF8007080

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

【SDK】Memory read error at 0xF8007080的相关文章

【Nginx】配置、error日志和请求上下文

处理http配置项可以分为下面4个步骤: 1)创建数据结构用于存储配置项对应的参数 2)设定配置项在nginx.conf中出现时的限制条件与回调方法 3)实现第2步中的回调方法,或者使用Nginx框架预设的14个回调方法 4)合并不同级别的配置块中出现的同名配置项 一.分配用于保存配置参数的数据结构 创建结构体来存储配置项的参数值,使用create_main_conf,create_srv_conf.create_loc_conf这三个回调方法把我们分配的用于保存配置项的结构体传递给http框架

【MySQL】Got fatal error 1236原因和解决方法

一 前言  MySQL 的主从复制作为一项高可用特性,用于将主库的数据同步到从库,在维护主从复制数据库集群的时候,作为专职的MySQL DBA,笔者相信大多数人都会遇到"Got fatal error 1236 from master when reading data from binary log" 这类的报错/报警.本文整理了常见的几种 error 1236 报错,并给出相应的解决方法,有所不足之处,当然也希望各位读者朋友指正. 二 常见的error 1236 报错2.1 log

【转】[fix] Wireshark error: There are no interfaces on which a capture can be done. on Mac OS X

I got the following error message when trying to open a network interface for capture using Wireshark on Mac OS X (Wireshark 1.5.1 Intel 64 beta and 1.4.6 Intel 64 show this behaviour): There are no interfaces on which a capture can be done. To solve

【C++】LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏

错误:LINK : fatal error LNK1123: 转换到 COFF 期间失败: 文件无效或损坏 解决方案:将 项目——项目属性——配置属性——连接器——清单文件——嵌入清单 “是”改为“否”.

【DWR】解决session error问题

使用DWR有时候会弹出session error而导致整个项目的DWR部分无法启动 这个解决方式很简单, 打开你项目中的web.xml,找到关于dwr那一段Servlet,如图,加上: <init-param> <param-name>crossDomainSessionSecurity</param-name> <param-value>false</param-value> </init-param> 即可.

【Repo】repo sync:error.GitError: cannot initialize work tree

1.Error Fetching projects: 100% (725/725), done. Checking out files: 100% (4605/4605), done.out files: 41% (1902/4605) Checking out files: 100% (4371/4371), done.out files: 2% (89/4371) Checking out files: 100% (48/48), done.king out files: 35% (17/4

Dynamically allocated memory 动态分配内存【malloc】Memory leaks 内存泄漏

内存泄露Memory leaks :没有指针指向原来a分配出来的那段空间了 原文地址:https://www.cnblogs.com/focusonoutput/p/12446042.html

【数据库】 Sqlserver 2008 error 40出现连接错误的解决方法

经常要连接到远程数据库上,因此常常碰到这个错误,然后又屡次忘记解决方法,所以今天坐下笔迹,好下次能快速回忆起来. 一.首先检查数据库的TCP/TP是否启动 1.启动Sql server配置管理器 2.开启TCP/IP 二.检查防火墙 如果上面的方法还是不行,则要检查防火墙是否开放1433端口(因为sqlserver默认的Tcp/Ip端口是1433). 首先按照以下路径进入防火墙控制页面: 控制面板 -> 检查防火墙状态 -> 高级设置 然后按照上图所示 1.点击入站规则 2.点击新建规则 然后

【SDK】控制PS侧GPIO

封装函数位于bsp文件下xgpiops.h void XGpioPs_SetDirection(XGpioPs *InstancePtr, u8 Bank, u32 Direction);// 设置IO的in/out方向 void XGpioPs_SetOutputEnable(XGpioPs *InstancePtr, u8 Bank, u32 OpEnable);// 设置out使能 void XGpioPs_WritePin(XGpioPs *InstancePtr, u32 Pin, u