User Activity

Posted on February 18, 2018 at 21:45Hello,In ST Visual Develop there is no shortcuts for 'Start debugging' and 'Stop debugging'.Why it wasn't implemented yet?These shortcuts are standard in many others IDE.Can it be configure in seetings or external...
Posted on May 16, 2017 at 23:42Hello,In STVD (+Cosmic) C compiler settings I choose *Display Errors & Warnings*.I wrote simple code:uint8_t a=0x01;uint8_t b=0x10;void test (uint8_t licz) { }void main (void) {    test (a & 0x01);    test (a | b);   ...
Posted on April 27, 2017 at 17:36Hi, Is there any differences in ST-Link programmers? I mean STM8S-Discovery board and stand-alone ST-Link. Does stand-alone programmer work faster?Best regards,Hubert
Posted on March 03, 2011 at 12:39inline functions [COSMIC]
Kudos from