Program an STM32F103C8T6 | Blue Pill | Different methods

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 23

  • @weisnowhere
    @weisnowhere Před 6 dny

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

    • @techtalkies1
      @techtalkies1  Před 6 dny

      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 Před 6 měsíci

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

  • @robertparenton7470
    @robertparenton7470 Před 6 měsíci

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

    • @techtalkies1
      @techtalkies1  Před 6 měsíci

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

  • @burakorhan2628
    @burakorhan2628 Před 4 měsíci

    Thanks!

  • @bahtiyarcerit8878
    @bahtiyarcerit8878 Před 5 dny

    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  Před 5 dny +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 Před 4 dny

      @@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 Před měsícem

    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 Před 2 měsíci

    (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  Před 2 měsíci

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

    • @---qt8bc
      @---qt8bc Před 2 měsíci

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

    • @jasonsilva2939
      @jasonsilva2939 Před měsícem

      @@techtalkies1 Please help

    • @techtalkies1
      @techtalkies1  Před měsícem

      What is the issue?

  • @uditfand817
    @uditfand817 Před 5 měsíci

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

    • @techtalkies1
      @techtalkies1  Před 5 měsíci +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 Před 5 měsíci

      @@techtalkies1 thank you

  • @undercrackers56
    @undercrackers56 Před 3 měsíci

    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  Před 3 měsíci

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