Hello,
I use myself loader for loading application to external memory. Now I want load also CINIT section directly to ebss section(ram-model auto inicialization). Hex file (Intel MCS-86 Object Format) is generated by hex2000 utility. Source ".out" file is off-course linked in "ram-model". The problem is that output hex binary file does not contains CINIT section, so from this file is impossible to completely init application. In hex binary file generated from "rom-model" linked applicatin CINIT section is included and everything is OK.
Does any body know where is problem ?