2017-05-19 09:50 PM
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 ?