8.7.8.50. GEL_MapOff()¶
Disables a memory map.
Syntax
GEL_MapOff();
Description
This function disables memory mapping. Note that disabling memory mapping can cause bus fault problems in the target because the CCStudio™ IDE debugger may attempt to access nonexistent memory. On power up, the memory map is turned off by default.
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
GEL_MapOff();
Related Topics