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.
how can i setting the S32DS that can generate the full s-record files?
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?
Here is doc related to project migration:
https://community.nxp.com/docs/DOC-335361
Jiri
Hello,
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?
Jiri
by flash the s-record with the V1.2,the project can't work,but V1.1 can
Can you please share both srec files?