cancel
Showing results for 
Search instead for 
Did you mean: 

is it possible to download the code without reset pin

uveuvenouve
Associate III

Hi everyone,

so i am working on STM32C011F6P6

and i found i can only download code with reset pin connected

otherwise this error will come up

stm32_download_issue.jpg

but i want to have gpio function on reset pin

is it possible to not use reset pin and get the download thing done ?

 

 

7 REPLIES 7
AScha.3
Chief II

try in debug settings: connect -> software reset

If you feel a post has answered your question, please click "Accept as Solution".

Hi AScha.3,

do you mean reset behaviour?
if yes , it didn't work too

thanks

AScha3_0-1692700494308.png

 

If you feel a post has answered your question, please click "Accept as Solution".
TDK
Guru

Are you reassigning PA13/PA14 from their default functions? If so, you'll need to reset in order to connect over SWD.

If you feel a post has answered your question, please click "Accept as Solution".

It's not a requirement, but it helps to get control in situations where you go into low power (turning off pins, and associated circuitry), or you change or redeploy the pins it's using for other purposes.

Providing a connection, or means of connection, with a fuller complement of pins will make debugging and production programming easier. There's more than one way to get signals off a board.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

uveuvenouve_0-1692770449807.png

seems the same?

 

i set PA13 & PA14 as debug pin in STM32CubeIDE
any extra configuration i need to do to get rid of reset pin?