STM32F103C8T6 ST Bootloader Not Responding to CubeProgrammer over UART
I am trying to program an STM32F103C8T6 over USART via the System Memory Bootloader. I've already tried with PL2023 and FTDI FTR232RL based USB-TTL converters. I've tried with multiple computers and multiple tools provided by ST. Also, I tried jumping from user code to bootloader besides pulling BOOT0 to HIGH. Whatever I tried, the chip is not responding. I can see the initial 0x7F bytes via a logic analyzer on the bus and the chip is just silent. I tried with BluePill and a custom PCB which is assembled using an F103 chip that was desoldered from an original Nucleo board (the chip was an STLink obviously, and I flashed the chip using another STLink).
My main application which highly relies on USART1 works as expected. So I don't think there is an issue with the USART pins or PCBs I've used. STM32F103 is not listed in AN2026 AN2606, so is there any chance that particular model doesn't have a ROM bootloader?
