Question
Cannot acces to COM port while debugging
Hello,
I'm working on STM32CubeIDE with STM32F103CF8T6 and st-link.
I have a python script on my computer sending data to the stm32 trough com port. Everythings works fine when I run it, but when I run it in debug mode, I cannot acces to the com port anymore (permissionError).
Any ideas what it can be ?
Thank you
