User Activity

Posted on May 20, 2017 at 06:50STM8S : SWIM pin as GPIO does not work for me, please explain how to make it work .. Situation: vcc,  10k,  swim, button, gndmain() { CFG->GCR = 0x01;GPIO_Init(GPIOD, D1, GPIO_MODE_IN_PU_NO_IT); ..}software does not wo...
Posted on May 19, 2017 at 22:19STM8S : SWIM pin as GPIO does not work for me, please explain how to make it work .. Situation: vcc,  10k,  swim, button, gndmain() { CFG->GCR = 0x01;GPIO_Init(GPIOD, D1, GPIO_MODE_IN_PU_NO_IT); ..}software does not wo...
Posted on September 11, 2016 at 07:47Hi guys,1. compile proj. Keil51 uVision: ->   error: #5: cannot open source file ''MCode.h'' 2. MCode.c   #include ''MCode.h''   ...3. Options for target -> c/c++ -> path ../user 4. user (MCode.h) etc.. Q: it see...
Posted on September 09, 2016 at 00:45Hi guys,1. compile proj. Keil51 uVision: ->   error: #5: cannot open source file ''MCode.h'' 2. MCode.c   #include ''MCode.h''   ...3. Options for target -> c/c++ -> path ../user 4. user (MCode.h) etc.. Q: it see...
Posted on March 30, 2016 at 11:56 hi,  CUBEMX made simple code which works, than i add Touch driver1.4.4 and get errors, why this two  do not compatiable ?  - KEIL , comman line:   USE_HAL_DRIVER, STM32L152xB. compile : - '' GR1 has already been ...