"Jeffi Edward.J" <j.jeffi@xxxxxxxxxxx> writes: > __sw_data_start = __code_end ; > __sw_data_end = __sw_data_start + 1000; /* using constant size 1000 may > leave hole or cause inadequate space (overlapping)for LMA of .data */ __sw_data_end = __sw_data_start + SIZEOF(.data); Ian