I noticed that my LPC2148 C program initializes variables at start. But I don't need it, as I make soft reset (without removing power) and it is necessary that variables retain their values. Is there any option in compiler (linker) for removing start initialization?
Sorry, could not find the "NoInit" check box in the dialog Project - Options - Target :-)
On another forum I have found decision: #pragma NOINIT