User Activity

Posted on June 27, 2012 at 18:20Hi,Does anybody knows how to jump properly to Bootloader entry point at adress 0x602D?I 've tried :#define BOOTLOADER_ADDR 0x602Dultypedef  void (*TFunction)(void);void JumpToBootLoader(void){const TFunction MainUserA...
Posted on May 10, 2012 at 13:01Dear all,I have some strange roundings with float values: for example when I write 0.05 in eeprom (calibration parameters) it becomes 0.049999997 when I read It.0.2 becomes  0,199999988.I use Cosmic compiler, I tried t...
Posted on January 03, 2011 at 09:49Hi,I'm trying to write a driver for i2c communication for the Stm8L discovery board.After the Start (Master mode) is generated if I try to send an adress nothing happens and the i2c clock is hung at low level.I an ...