This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM initialize variable at start

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?

0