STM32F103C8T6 (BluePill) bricked after debugging with STM32CUBEIDE
I have recently bought 3 BluePills (STM32F103C8T6) and 1 ST-LINK V2 from ebay. I have been succesfully testing some old codes with Coocox Studio, but I decided to try out STM32CUBEIDE. Once I set up STM32CUBEIDE and built the program, I noticed that there's debugging option so I went with it. Unfortunately I wasn't able to debug the program - the chip would not be flashed successfully because the device would not be found or disconnected. I was/am receiving these messages
Error in final launch sequence:
Failed to execute MI command:
-exec-run
Error message from debugger back end:
Error creating process C:/Users/zdrav/Google Drive/STM32CUBEIDE/PWM/Debug/PWM.elf, (error 193).
Failed to execute MI command:
-exec-run
Error message from debugger back end:
Error creating process C:/Users/zdrav/Google Drive/STM32CUBEIDE/PWM/Debug/PWM.elf, (error 193).
Error creating process C:/Users/zdrav/Google Drive/STM32CUBEIDE/PWM/Debug/PWM.elf, (error 193).
I also can't run the program
Error starting process.
Cannot run program "C:\Users\zdrav\Google Drive\STM32CUBEIDE\PWM\Debug\PWM.elf": Launching failed
Cannot run program "C:\Users\zdrav\Google Drive\STM32CUBEIDE\PWM\Debug\PWM.elf": Launching failed
Cannot run program "C:\Users\zdrav\Google Drive\STM32CUBEIDE\PWM\Debug\PWM.elf": Launching failed
Now since I couldn't do anything from STM32CUBEIDE I decided to see if Coocox works. I wasn't able to burn the program to the Bluepill which previously was 'burned' with STM32CUBEIDE. I am receiving the following messages
Error: Connect failed, check config and cable connection
I was able to burn other Bluepills with Coocox which were not burned with STM32CUBEIDE, by just switching the Bluepill, but I thought I would want to give all 3 bluepills a burn with STM32CUBEIDE, now none of the chips can be burned.
What can be done now ?
