Hi, [quote] Does the variables get zero value if they are not initialized? for example int xx; without assigning any value to it, has initial value of zero? or gets it's RAM address content? I know in 28335 it gets it's RAM address content. [/quote] On this device all the RAMs are cleared to 0x0 after power on reset (only) hence unless any RAM location is not updated by application, the value will be 0x0 only. Regards, Vivek Singh
↧