This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

A question about .bss section's load address and run address

Hi, all

      I am a dsp sw engineer,  and now i face a problem when using data sections who have a load address and a separate run address.
Following picture gives an example:
     as it's known,  c_int00 will get variable values from .cinit section and initialize variables's run address memory.  But now i want it to act like this: variable's load address
memory rather than its run address memory can be initialized by values in .cinit section. 
    Do you have a solution for this issue,  or have you met similar instance as my description,  thanks in advance.