i use S32DS V1.1 compiling the project, the s-record size is about 3~7Mbit,Now i use S32DS V1.2 compiling the some project, but the s-record size only about 600~700kbit, As if deficiency some data.
Normally is .srec file generated with all linked objects. The issue with your project can be also caused by project migration. There is change in linker file between version 1.1 and 1.2. Did you migrate project correctly?
it is probably because of some project settings. It looks like that in v1.1 is unused flash filled by 0x00, in v1.2 is not unused memory in the srec file present. Is your project working or not?