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 May 17, 2017 at 02:53I understand that, but why are there warnings in case oftest (a | b);andtest (a & 0x01);?These expressions will never exceed max value 8-bit long data.Moreover, if there will be all 16-bit data, and value for exampleui...
Posted on May 13, 2017 at 01:54You have to edit .stp file in text editor, for example notepad++. Search current project name and replace mached texts with the new ones. You can also change name of .stp file corresponding to the new project name.In S...