Thank you for your answer Jennie.
As recommended in the discussion of the link you mentionned, I define a global const variable at 0x000003FF and 0x000003FE (for my SK9KEAZN64) as below :
const uint8 NV_ICGTRM_INIT @0x000003FF = 0x7C;
const uint8 NV_FTRIM_INIT @0x000003FE = 0x01;
Unfortunately, codewarrrior generates a syntax error about the @.
Is there a option in codewarrior to accept this specific caracter or I'm doing something wrong ?
Have a great day.
Yann