Page 1 of 1

STM32F030K6T6 Pa7 Question

Posted: Mon Dec 20, 2021 6:49 pm
by yumi
Hi everyone,
Nowadays, I am working on STM32F030K6T6(https://www.kynix.com/components/STM32F ... tures.html) with mikroc for the arm. I have a question which is about this microcontroller.
when I use pa7 pin digital like this GPIO_Digital_Output(&GPIOA_BASE, _GPIO_PINMASK_7); after programming, I can't reach the microcontroller in a normal way. when I want to program MCU, respectively, I have to push the reset pin, click the program icon, and then pull my hand on the reset pin.
As you can see, I am not using SWD pins but I am having a problem like SWD pins problem. I had been looking at stm32f030k6t6's datasheet and I didn't know anything about this issue.
Is there anyone who coped up with this problem?