会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yanceylu
博客园
首页
新随笔
联系
订阅
管理
2020年2月23日
通过/dev/mem操作物理内存
摘要: /dev/mem设备可以用来访问物理内存。下面一段应用程序的代码,实现了通过/dev/mem对物理内存空间中SRAM1的访问。 #include <stdio.h> #include <stdint.h> #include <fcntl.h> #include <unistd.h> #include
阅读全文
posted @ 2020-02-23 16:01 yanceylu
阅读(3424)
评论(0)
推荐(1)
编辑
公告