Question
STM8S : SWIM pin as GPIO
Posted on May 20, 2017 at 06:50
STM8S : SWIM pin as GPIO does not work for me, please explain how to make it work ..
Situation: vcc, 10k, swim, button, gnd
main() {
CFG->GCR = 0x01;
GPIO_Init(GPIOD, D1, GPIO_MODE_IN_PU_NO_IT);
..
}
software does not works well on this swim pin .. why ?