Physical Memory Mapping Functions
The following functions are available to access eRTOS memory mapping services:
- RtMapMemory maps a physical memory address range into the process' virtual address space.
- RtUnmapMemory removes a previously mapped physical memory object from the process' virtual address space.
Programming Considerations
General Programming Considerations
There are no restrictions or protections on the mapped memory region. The mapping will provide precisely the base address and length specified, if successful.
Related topics: