Program an STM32F103C8T6 | Blue Pill | Different methods

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 23

  • @weisnowhere
    @weisnowhere 6 дней назад

    A step by step on CUBE IDE would be tremendously helpful
    Never used it so it looks intimidating, thanks!

    • @techtalkies1
      @techtalkies1  6 дней назад

      To be honest, it is just too complicated and would take a long series of videos. So, not planning for that in the near future.

  • @yannseanofficial2047
    @yannseanofficial2047 6 месяцев назад

    OMG THANK YOU!!! You literally just solved my problem after hours of research.

  • @robertparenton7470
    @robertparenton7470 6 месяцев назад

    Thank You! STM32 Cube IDE and STM32F103C8T6 or the blackpill would make great video. I have found none on youTube.

    • @techtalkies1
      @techtalkies1  6 месяцев назад

      Thank you! I'm definitely making them but the STM32 videos take time.

  • @burakorhan2628
    @burakorhan2628 4 месяца назад

    Thanks!

  • @bahtiyarcerit8878
    @bahtiyarcerit8878 5 дней назад

    I did everything you showed with the CH340 chip USB-TTL converter. I compiled the code and sent it to Bluepill and I can upload it, but the LED on the PC13 pin does not light up. A friend of mine tried it with his own bluepill and ch340 USB-TTL converter and it worked. The PC13 pin blinked. I confirmed that I did nothing wrong, but it did not work for me either, the only difference is that he uses Win10 and I use Win11, is this effective? Why did the PC13 LED not work for me? By the way, my friend lives in a distant city, so I could not go and try it.

    • @techtalkies1
      @techtalkies1  5 дней назад +1

      Hey, is it possible that you have a faulty board? Or some boards might have the onboard LED connected to a different Pin. To check this, just connect an LED with resistor to pin 13 and see if it works, instead of the onboard LED. Or even try changing the pins.

    • @bahtiyarcerit8878
      @bahtiyarcerit8878 4 дня назад

      @@techtalkies1 I worked with 3 Bluepills and they all had the same problem. I solved the solution by completely deleting ArduinoIDE and reinstalling it. Friends who will encounter this similar problem should definitely delete the documents in the Arduino15 and Temp file, and then reinstall the Arduino IDE. Everything will be resolved.

  • @OlaMarcelooou
    @OlaMarcelooou Месяц назад

    Hi bro, very great video, +1 subscriber, can you make a video about the STM32CubeIDE with the blackpill please, maybe a video to a beginner: how to connect, the windows that the STM32CubeIDE has, basics configurations, etc. It will be very usefull to the community

  • @---qt8bc
    @---qt8bc 2 месяца назад

    (Method 3. 5:22 )Where did you take a COM7, if you download mapple driver(Maple DFU), you couldn't have a COM port. Please explain this moment.

    • @techtalkies1
      @techtalkies1  2 месяца назад

      You don't need to select a port in this step.

    • @---qt8bc
      @---qt8bc 2 месяца назад

      @@techtalkies1 "Failed uploading: no upload port provided"

    • @jasonsilva2939
      @jasonsilva2939 Месяц назад

      @@techtalkies1 Please help

    • @techtalkies1
      @techtalkies1  Месяц назад

      What is the issue?

  • @uditfand817
    @uditfand817 5 месяцев назад

    is there a method to program using stmcube ide and usb or serial converter

    • @techtalkies1
      @techtalkies1  5 месяцев назад +2

      Yes! But not directly though.
      Go to project properties: C/C++ Bulild->Settings->Tool Settings->MCU Post Build outputs
      Then tick create bin or hex file, whichever you want. And now, everytime you build, it will create a bin file.
      This bin file can be uploaded to the STM32 board using a serial adapter and the cube programmer as shown in the other methods of the video.

    • @uditfand817
      @uditfand817 5 месяцев назад

      @@techtalkies1 thank you

  • @undercrackers56
    @undercrackers56 3 месяца назад

    Please, please, PLEASE show us how to program the STM32 BluePill from STM32CubeIDE. I am beginning to believe that it is not possible.

    • @techtalkies1
      @techtalkies1  3 месяца назад

      I will try to make a video on that. Subscribe to get notified!