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.