MC13213 - Specifying variable's RAM Addresses

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MC13213 - Specifying variable's RAM Addresses

337 Views
ignisuti_
Contributor IV

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?

Labels (1)
Tags (1)
0 Kudos
Reply
0 Replies