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 の開始アドレスがわかっている場合は、ポインタ演算を介して通常どおり mmaped メモリにアクセスできます。
mmap()
男: http://man7.org/linux/man-pages/man2/mmap.2.html