Other Parts Discussed in Thread: UNIFLASH
Tool/software:
I want to enable MPOST in my application.
I've set :


with uniflash.
The diagnosis is working and all is ok.
Now I would like to create a .s19 file that includes the settings above.
I've added in .cmd file:
OTP_Z1_GPREG2 : origin = 0x7800A, length = 0x00002
DCSM_Z1_DIAG : origin = 0x5F03E, length = 0x00002
z1otp_gpreg2 : > OTP_Z1_GPREG2
z1dcsm_diag : > DCSM_Z1_DIAG
and included an additional file with:
.sect "z1otp_gpreg2"
.retain
.long 0x5AFFFFBF ;Z1OTP_GPREG2
.sect "z1dcsm_diag"
.retain
.long 0x00000010 ;Z1_DIAG
the .s19 file seems correct, as i've the lines:
S20805F03E00100000B4
S20807800AFFBF5AFF4F
But when I try to load this file using uniflash I've the following:
