User Activity

Posted on March 11, 2015 at 14:47Hello, we are tuning current consumption of our PCB. Microcontroller runs from HSE 16MHz crystal oscillator. When I put it in halt mode, the consumption is 100uA. When I change clock source to HSI and put PA1 and PA2...
Posted on September 16, 2014 at 11:21Hello everybody, when doing ADC1 single scan conversion (ADC0 to ADC2 channels) during the first run after reset the ADC2 is always 0 (ADC1 and 0 are OK). The next and following sets of readings are then all OK. ...
Posted on October 16, 2013 at 10:36Hello, I am not sure if this is a proper place for reporting errors. If not so, please tell me, where to report it. The error is in stm8_uart1.c module of STM8S_StdPeriph_Lib_V2.1.0. According to description of UAR...
Posted on October 10, 2013 at 08:52Hello, I have a simple question: uint32_t temp; temp |=  ((uint32_t)1 << 16); without retyping it does not work (although if I add the expression to Watch, it shows expected 1 on 16th bit of temp). Why? I use Cosmi...