Suppose this code:
__prog__ char __attribute__ ((space(eedata))) EE_Logs; EE_Logs array is placed in internal EEPROM and is initialized to 0. I know by C standard all variables must be initialized to 0. But, is this true for EEPROM/FLASH ones? How to i..
↧