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...