Hello, I have a variable that I've declared to be located at RAM address 0x0100 as shown here:
DEBUG__data__struct DEBUG__data @0x0100;
However, when viewing the .map file, I see another variable has ALSO used that same space!
DEBUG__data 100 11 17 9 .abs_section_100
other_variable 100 80 128 2 .data
Any idea what I did wrong?