STM32f103c

Hello all
Recently I bought an STM32f103 minimum development board. I installed the necessary board on my Arduino ide 1.8.9 and tried to upload blink sketch. While doing so I am getting the following error.
stm32flash 0.4

http://stm32flash.googlecode.com/

Using Parser : Raw BINARY
Interface serial_w32: 115200 8E1
Version : 0x22
Option 1 : 0x00
Option 2 : 0x00
Device ID : 0x0410 (Medium-density)

  • RAM : 20KiB (512b reserved by bootloader)
  • Flash : 128KiB (sector size: 4x1024)
  • Option RAM : 16b
  • System RAM : 2KiB
    Write to memory
    Erasing memory

Failed to write memory at address 0x08000000

A question better directed to here or here as I think Roger has stopped new user registration in preparation of the site being archived.
You will need to tell them what STM32 core your using as their are several.
Did you also install a bootloader.

Thanks for links!!
I couldn't able to upload bootloader as well. I am trying to upload a sketch via the serial method.

Also try the Wiki section on bootloader

I'm just went through my initial introduction to the STM32F1 board. I found I could program mine using an FTDI232 board. I also had to move the jumper opposite the reset button to program, then return to the original position for running the program. I only used the blinkwithoutdelay example.