Visible to Intel only — GUID: ezm1659015310357
Ixiasoft
Visible to Intel only — GUID: ezm1659015310357
Ixiasoft
12.5.2.19. get_default_memory_regions
Usage
get_default_memory_regionsOptions
None
Description
Returns a sorted list of records representing the default linker script memory regions. The default linker script memory regions are the best guess for memory regions based on the reset address and exception address of the processor associated with the BSP, and all other processors in the system that share memories with the processor associated with the BSP. Each record in the list represents a memory region. Each record is a list containing the region name, associated memory device slave descriptor, offset, and span, in that order.
Example
puts [get_default_memory_regions]Returns:
{reset onchip_ram0 0 32} {onchip_ram0 onchip_ram0 32 1048544}