摘要: /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 阅读(3380) 评论(0) 推荐(1) 编辑