Upload works well, code isn´t running on custom STM32f103
Hi I have a program, which works normally on standalone STM32f103c8t6. I made a custom board and now I can upload the program, but its not running. Even simple Blink sketch. STM Cube programmer shows this error:
Memory Programming ...
07:53:02 : Opening and parsing file: Blink.ino.BLUEPILL_F103C8.bin
07:53:02 : File : Blink.ino.BLUEPILL_F103C8.bin
07:53:02 : Size : 12.20 KB
07:53:02 : Address : 0x08000000
07:53:02 : Erasing memory corresponding to segment 0:
07:53:02 : Erasing internal memory sectors [0 12]
07:53:02 : Download in Progress:
07:53:04 : File download complete
07:53:04 : Time elapsed during download operation: 00:00:02.271
07:53:04 : RUNNING Program ...
07:53:04 : Address: : 0x08000000
07:53:04 : Start operation achieved successfully
07:53:06 : Timeout error occured while waiting for acknowledgement.
07:53:06 : Error: GETID command not acknowledged!
07:53:06 : Reemission of GetID command
07:53:07 : Timeout error occured while waiting for acknowledgement.
07:53:07 : Error: GETID command not acknowledged!
07:53:07 : Reemission of GetID command
07:53:08 : Timeout error occured while waiting for acknowledgement.
07:53:08 : Error: GETID command not acknowledged!
07:53:09 : Timeout error occured while waiting for acknowledgement.
07:53:09 : Error: GETID command not acknowledged!
07:53:09 : Reemission of GetID command
07:53:10 : Timeout error occured while waiting for acknowledgement.
07:53:10 : Error: GETID command not acknowledged!
07:53:10 : Reemission of GetID command
07:53:11 : Timeout error occured while waiting for acknowledgement.
07:53:11 : Error: GETID command not acknowledged!
07:53:11 : Warning: Connection to device 0x410 is lost
07:53:11 : Disconnected from device.
Can you help me please?


