2022-02-09 12:45 AM
I am using Stm8s003f3 in my own designed card. Using ST-LINK v2, I can assign code using SWIM and RESET pins. I'm getting an error when I want to upload more than one stm8 code using the same debugger. Is there a product or method that I can use to proces
2022-02-09 01:01 AM
Welcome, @Melih Kıyı, to the community!
What do you mean by uploading more than one stm8 code with the same debugger?
How does the error message look like?
Regards
/Peter
2022-02-09 01:09 AM
Code throwing process by multiplexing the SWIM and RESET pins on the debugger on the breadboard and connecting to the SWIM, RESET pins on more than one stm8s003f3.
Error : Failed to set configuration with MCU name STM8S003F3: SWIM error [30004]: Comm timeout
Regards
2022-02-10 08:03 AM
Do you mean using those pins for other purposes than SWIM and RESET in you program? E.g. to use them as an input or output?