Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Linux 中读取 SRAM 信息?我需要读取一些未初始化或已初始化的字节的状态?
谢谢 !
mmap()如果您知道您的 SRAM 起始地址,则可以使用它,而不是像往常一样通过指针算法访问映射的内存。
mmap()
男人: http: //man7.org/linux/man-pages/man2/mmap.2.html