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?