I have been programming several different Arduino and ESP MCUs in the past and only recently discovered the ST devices. I got a few STM32F103C8s and am struggling to get them to work with either Arduino IDE or PlatformIO.
I am stuck already with the STM32 Cube Programmer, that cannot make any connection to the boards. I tried with different USB/Serial adapters with no success. When trying to connect, the Cube Programmer is stating
Code: Select all
17:05:00 : Serial Port COM7 is successfully opened.
17:05:00 : Port configuration: parity = even, baudrate = 115200, data-bit = 8, stop-bit = 1.0, flow-control = off
17:05:01 : Timeout error occured while waiting for acknowledgement.
17:05:01 : Timeout error occured while waiting for acknowledgement.
17:05:01 : Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again...
Code: Select all
Serial adapter <---> STM32F103C8
Tx <---> A10
Rx <---> A9
Vcc (3.3V) <---> 3V3
GND <---> G
What am I missing here? Any help is highly appreciated!