In a project I'm working on, I am using the internal EEPROM of the STM8L151.I do not initialize the variables (of course), but the compiler automatically set them all to 0. This is a bit of a problem because my code looks for 0xFF to see whether or n...