-
Improvement
-
Resolution: Fixed
-
Minor
-
None
In the following example example, pulling origin through HexUtils returns "0x00400000", pulling length through returns "4000000". It would be great to have it return hex strings in a consistent format.
MEMORY
{
ram : ORIGIN = 0x00400000, LENGTH = 64M
rom : ORIGIN = 0x60000000, LENGTH = 16M /* Change to LENGTH = 32M for larger flash. */
}