THANKX FOR SUCH DETAIL AND CRYTAL CLEAR EXPLAINATION YOU DESERVE A LIKE AND SUB
@techtalkies1Ай бұрын
Appreciate that 👍🏻
@weisnowhere4 ай бұрын
A step by step on CUBE IDE would be tremendously helpful Never used it so it looks intimidating, thanks!
@techtalkies14 ай бұрын
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.
@yannseanofficial204710 ай бұрын
OMG THANK YOU!!! You literally just solved my problem after hours of research.
@techtalkies110 ай бұрын
Glad to help!
@robertparenton747010 ай бұрын
Thank You! STM32 Cube IDE and STM32F103C8T6 or the blackpill would make great video. I have found none on youTube.
@techtalkies110 ай бұрын
Thank you! I'm definitely making them but the STM32 videos take time.
@---qt8bc6 ай бұрын
(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.
@techtalkies16 ай бұрын
You don't need to select a port in this step.
@---qt8bc6 ай бұрын
@@techtalkies1 "Failed uploading: no upload port provided"
@jasonsilva29396 ай бұрын
@@techtalkies1 Please help
@techtalkies16 ай бұрын
What is the issue?
@bahtiyarcerit88784 ай бұрын
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.
@techtalkies14 ай бұрын
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.
@bahtiyarcerit88784 ай бұрын
@@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.
@TravisGraper7 күн бұрын
Thanks for the video! I too have been trying to program this board in STM CUBE IDE. After building the project, i've set pins PA 11 & 12 with configurations > Connectivity > USB> >Mode checked box Device (FS). so PA 11 & 12 are USB_DP & USB_DM. PD 0 & 1 set as RCC_OSC _IN and _OUT. BOOT0 set high (connected to 3v3 next to it instead of ground). ret HSE in System Core>RCC >HSE set as crystal oscillator. clock configuration is set as PLL> HSE> 48 USB. I still cant get my laptop to even recognize the board and i don't know what I'm missing.
@techtalkies17 күн бұрын
You have set these configurations and uploaded them to your board already?
@TravisGraper7 күн бұрын
Do i need an STM Link V2 to first use the STM CUBE IDE?
@techtalkies17 күн бұрын
Yes. Or atleast a USB Serial adapter like an FTDI board.
@burakorhan26288 ай бұрын
Thanks!
@techtalkies14 ай бұрын
You're welcome
@undercrackers567 ай бұрын
Please, please, PLEASE show us how to program the STM32 BluePill from STM32CubeIDE. I am beginning to believe that it is not possible.
@techtalkies17 ай бұрын
I will try to make a video on that. Subscribe to get notified!
@sarthakanjarlekar13453 ай бұрын
I am not getting the upload method STM32 cube programmer (SWD) ,What I'm getting is STM32duino bootloader
@techtalkies13 ай бұрын
You already flashed the Arduino bootloader?
@sarthakanjarlekar13453 ай бұрын
@@techtalkies1 I got it now🙏
@sarthakanjarlekar13453 ай бұрын
Not getting the port 7 in the st link method
@techtalkies13 ай бұрын
@@sarthakanjarlekar1345 st link method? Please easy clearly. I'm not really understanding your problem. When using an stlink, you don't need a port number.
@uditfand81710 ай бұрын
is there a method to program using stmcube ide and usb or serial converter
@techtalkies110 ай бұрын
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.
@uditfand81710 ай бұрын
@@techtalkies1 thank you
@sarthakanjarlekar13453 ай бұрын
Not getting port 7 in the st link method
@techtalkies13 ай бұрын
ST link method? Please easy clearly. I'm not really understanding your problem. When using an stlink, you don't need a port number.
@nsk691417 күн бұрын
Why cant be programmed via usb port
@techtalkies117 күн бұрын
It can be programmed using the USB port. I explained it, have you watched the full video?
@nsk691417 күн бұрын
@@techtalkies1is it possible to establish uart with raspberry pi and stm via usb
@techtalkies117 күн бұрын
I don't understand the setup you're trying to do.
@nsk691417 күн бұрын
@@techtalkies1 i want to read some sensors data and uart to raspberry inorder to do a prediction project
@techtalkies117 күн бұрын
Which pi are you using? Why not just hook the sensors up to the pi??
@OlaMarcelooou5 ай бұрын
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