Posted on May 17, 2011 at 09:44Hi, Thankyou for the reply. You told the data in the bss section are zeroed bytes. Could you please tell me whether thses bytes count under the ZI data? And what is meant by ''local common variable storage''? Is it the...
Posted on May 17, 2011 at 09:43Hi all, In my application I need to retain values of some global variables even after the power reset. I could retain values stored in SRAM locations (stored using pointer to that location) but not the values of the v...
Posted on May 17, 2011 at 09:43Hi all, while trying to write variables in the NoInit section of RAM, I found one strange thing. Any value written directly to the SRAM memory location like ''*(u8*)0x04007000 = 1'' is retaind even after power reset b...