|
| Warning L4| Summary | *** Warning L4
Data Space Memory Overlap
From: address
To: address
| | Description | This warning indicates that the specified on-chip data address range is occupied by more than one segment. | | Cause | This is usually the result of absolutely locating multiple variables at the same physical address. | | Resolution | Refer to the linker map file to determine the source of the overlapping segments. Simply search for OVERLAP in the link map section of the map file. |
|
|