We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
Can you show the c source code for us?