Sept. 15, 2015
7:40 p.m.
Hello, I need to implement mmap for non-volatile memory chip (NVRAM). I already did something simple, but now I understand that it is not complete: The nvram need to be unlock and locked after finishing the memory task of read/write. Does mmap can handle such post/pre actions or not ( I guess that if not - I will need to use read/write alternatives) ? Thank you, Ran