![]() |
Home |
|
Function RTT_ERAM_AllocBlocksRTT_ERAM_AllocBlocks allocates a set of 4 megabyte blocks of Extended RAM located at physical addresses above 4G and maps them into the virtual address space below 4G: void * RTT_ERAM_AllocBlocks(int Blocks); ParametersBlocksThe number of 4 megabyte blocks to allocate. The number of available blocks can be queried with function RTT_ERAM_BlocksAvail. return valueOn success, a pointer to the allocated blocks is returned, NULL otherwise.
|