User Activity

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...
I have a new design that uses an STM8L151 and I was wondering if the STM8S/A Standard peripheral library can be used to design the code for it.I do realise that at least the stm8s.h should be modified, but can it be used at all?