Hi,
I'm new to this forum and would like to know if the Keil compiler sets declared global and local variables to zero.
If not, is there some command line option to achieve this?
Thanks,
Henk
If you check the startup module you see the code that clears the memory. If you need to you can modify it to do other stuff like initialise all uninitialised non-local variables to another value.