hello, I defined a ".self" section in DDR3,and I placed the data into ".self" using "#pragma DATA_SECTION()", but the problem is same.
the project output format is eabi, if I change the output format to legacy coff, the problem will be solved ,but I want to use eabi format ,because most 6678 library is eabi format, how can I solve this problem if I use eabi format.