User Activity

Posted on April 28, 2016 at 10:42 Hello everyone, I have a problem with the following ADC1 initialisation code with a STM8S003F3. void ADC_StartNtcMeasurement(void) { ADC1_DeInit(); ADC1_Init(ADC1_CONVERSIONMODE_CONTINUOUS...
Posted on September 14, 2015 at 15:06Hello everybody, in my Cosmic C program for a STM8S003 I have a problem: The result of some floating point calculations are sporadically corrupted. The usage of variables can not be the cause for that because the...