hello, everyone: I have 2 C functions, 10 bytes DATA local variable for each, and the 2 DATA segments(?DT?func1?main, ?DT?func2?main)can be conbined by BL51 as _DATA_GROUP_ but when I use "#pragma src" to generate the assembly file, and then compile and link the assebly file, I find these 2 segments are not overlayed. WHY! I am confused by this.