Posted on January 02, 2012 at 16:49Hi,You need to use the ADC in order to measure the analog input voltage.In the RidE7 installation directory, go to Examples\STM8\ST_Libraries\STM8L15x_StdPeriph_Lib-v1.5.1 (adapt if you are using an older version) ...
Posted on November 21, 2011 at 11:58Hi Eric,Thanks for your report.This problem has been sucessfully reproduced in the Raisonance Labs, and has been transmitted to the R&D team so that they can fix it in the future.A new RKit-STM8 is expected very s...
Posted on November 21, 2011 at 11:44Hi Onay,Using printf is generally a good idea. On the Raisonance compiler toolchain, it automatically adapts to your project hence the printf size is very small.You just need to add #include <stdio.h>, then printf...
Posted on May 17, 2011 at 15:12On Raisonance, adding the ''code'' memory space qualifier will do it:code char BigBuf[1024] = ''This is a very large buffer stored in Flash'';You can have further detail in the application note AN55 from Raisonance fro...
Posted on May 17, 2011 at 15:12Hi Tia,The RBuilder tool is not yet available for STM8, only for ST7.The full STM8 support will come later.Best Regards,Bruno