I have a STM32F103C8T6 and I connected my board to FTDI232 like you said, flashed the same file successfully, my board gets recognized as Mapple Mini on COM11 and variant settings in Arduino IDE are just like shown in the video but when I try to upload any code to it I get this error: maple_loader v0.1 Resetting to bootloader via DTR pulse Reset via USB Serial Failed! Did you select the right serial port? Searching for DFU device [1EAF:0003]... Assuming the board is in perpetual bootloader mode and continuing to attempt dfu programming... dfu-util - (C) 2007-2008 by OpenMoko Inc. Couldn't find the DFU device: [1EAF:0003] This program is Free Software and has ABSOLUTELY NO WARRANTY timeout waiting for COM11 serial Also not sure if it is relevant but connecting the board to my Windows 10 computer makes a device connect and disconnect sound. Please help me troubleshoot.
Bro after doing the process you explained in the video I can't find the maple mini comport in my Arduino IDE.under the device manager I can see an exclamation mark under USB devices. i tried installing the drivers but still, it does show the comport. Please help me out!!!!
Thanks for this - I'd ordered 5 of the "Blue pills" from AliExpress the other day because they were stupidly cheap and thought "I've no idea what I'll use them for but I'll get some anyways".... Good to know I can use them with the Arduino IDE though! I flashed the bootloader (Although I used the USB ST Link that came with the bundle) and it works great with the IDE. Thanks for the helpful video
does the Bootloader with STM32LXXXX boards? i developed a project using an arduino and now i need to load the code on to my new PCB that has a STM32L microcontroller.
Please share any playlist link for coading smt 32 as Arduino nano few codes (lcd interfacing, servo code, different sensors code) on smt 32 like Arduino
When I upload the program for bootloader in stm32 that is a successfully done and upload LED blinking program in stm32 that's work but the removing usb to ttl converter that LED blinking are not working without usb to ttl converter
i think you're method does TWO things: - makes the board programmable via USB - makes the board run Arduino code, with loop{} and setup{}. But what if i don't want loop{} and setup{}? What if i want to program via USB, but i want to use C-style main{}? Is that possible? How? thx
Good video nicely explained. Can you make a video Blue Pill STM32F103C8 and SD card. It would be good to process it since there is no tutorial, a lot of people switch from Uno 328p to Blue Pill
STM32 VS ARDUINO NANO: ua-cam.com/video/E8h8YdWUb7M/v-deo.html 5 time faster on Counts. Check the test of analogRead(), it is too fast on STM32F1. ua-cam.com/video/8DvUydzuHUk/v-deo.html 116uS vs 4uS on ADC Test (ADC 10Bit VS 12Bit) 😭
Arduino At328p is 8bit at up to 20 Mhz, 10bit ADC
Blue Pill stm32f103c 32-bit at up to 72 MHz, 12bit ADC
Instablaster
awesome job, I love the simple pen and paper presentation, it's all about the data not the silly graphics for me
Really excellent review, comparison and demo/instructions! Many thanks!
Useful video!. Watched at 2X speed to save time :)
Thanks. At 14:05 you show the STM32 connected to USB cable, but at this stage it is connectted by wires to the FTDI not to the computer by USB calel ?
I have a STM32F103C8T6 and I connected my board to FTDI232 like you said, flashed the same file successfully, my board gets recognized as Mapple Mini on COM11 and variant settings in Arduino IDE are just like shown in the video but when I try to upload any code to it I get this error:
maple_loader v0.1
Resetting to bootloader via DTR pulse
Reset via USB Serial Failed! Did you select the right serial port?
Searching for DFU device [1EAF:0003]...
Assuming the board is in perpetual bootloader mode and continuing to attempt dfu programming...
dfu-util - (C) 2007-2008 by OpenMoko Inc.
Couldn't find the DFU device: [1EAF:0003]
This program is Free Software and has ABSOLUTELY NO WARRANTY
timeout waiting for COM11 serial
Also not sure if it is relevant but connecting the board to my Windows 10 computer makes a device connect and disconnect sound. Please help me troubleshoot.
Bro after doing the process you explained in the video I can't find the maple mini comport in my Arduino IDE.under the device manager I can see an exclamation mark under USB devices. i tried installing the drivers but still, it does show the comport.
Please help me out!!!!
Good explanation. Thank you
what is a flash loader & boot loader mean?
what is the difference between the
STM32F103C6 T6 and
STM32F103C8T6... 6T6 and 8T6
Can we use the modulus of arduino 5v with STM32 board ?
I think that Arduino code will run on STM32 with the same speed. Is that right???
Thank you .
Thanks for this - I'd ordered 5 of the "Blue pills" from AliExpress the other day because they were stupidly cheap and thought "I've no idea what I'll use them for but I'll get some anyways".... Good to know I can use them with the Arduino IDE though! I flashed the bootloader (Although I used the USB ST Link that came with the bundle) and it works great with the IDE. Thanks for the helpful video
does the Bootloader with STM32LXXXX boards? i developed a project using an arduino and now i need to load the code on to my new PCB that has a STM32L microcontroller.
I am having second thoughts to buy a few STM32 blue pill boards. Very good video!!!! 😀
Hahaha. Buy one of each model for diversity!
Also do subscribe to our channel for more!
this board is 8-bit or 32-bit
what a great video. very well done thank u for it
Is it possible to use the Arduino Libraries with the STM32? Or we have to use STM32 specific libraries? Thanks.
As far as I know some arduino libraries can be used
@@CETech4u I am working on the MAX30102 pulse oximeter sensor with STM32 can we use any Arduino library with STM32?
Please help if you can.
Thanks
Please share any playlist link for coading smt 32 as Arduino nano few codes (lcd interfacing, servo code, different sensors code) on smt 32 like Arduino
When I upload the program for bootloader in stm32 that is a successfully done and upload LED blinking program in stm32 that's work but the removing usb to ttl converter that LED blinking are not working without usb to ttl converter
i think you're method does TWO things:
- makes the board programmable via USB
- makes the board run Arduino code, with loop{} and setup{}.
But what if i don't want loop{} and setup{}? What if i want to program via USB, but i want to use C-style main{}?
Is that possible? How?
thx
Define a while loop inside the main()
@@CETech4u What happens if I don't define a while loop in main?
which software are you using to create this kind of video ?
Software for editing or screen recording?
@@CETech4u yes...
Premier Pro and OBS Studio
Stm 32 posible to use liblary of arduino???
Yes
Yes
isnt atmega 328 8 bit?
Yes it is. My bad in writing that incorrectly. Although I did add a card for that, didn't that pop up?
The advantage with arduino is access to the myriad of libraries, drivers, examples, tutorials, videos...
That is true!
14:05 this may have been why I could never get USB to work on these boards.
ATMEGA328P is not a 32bit microcontroller. Its an 8-bit Microcontroller
Great when it's the follow up video?
Hey,
What topics do you want covered in the follow-up video?
of these cards which is 32bits
Good video nicely explained. Can you make a video Blue Pill STM32F103C8 and SD card. It would be good to process it since there is no tutorial, a lot of people switch from Uno 328p to Blue Pill
Thanks for the suggestion, will keep that in mind
Interesting video thanks
Thanks Defpom!
The Arduino nano is 8 bit not 32 bit
Cool guide. Subscribed. The arduino nano is not 32Bits but 8bits, tho!
Yeah did that mistake, I had added a card on the top left for that
"Couldn't find the DFU device"
Workaround : boot0= 1, use serial to program instead, then put boot0 = 0
Helpful video ... !!!
Arduino AT328p is 8 bit, not 32 !!! RTFM
STM32 VS ARDUINO NANO: ua-cam.com/video/E8h8YdWUb7M/v-deo.html 5 time faster on Counts. Check the test of analogRead(), it is too fast on STM32F1.
ua-cam.com/video/8DvUydzuHUk/v-deo.html 116uS vs 4uS on ADC Test (ADC 10Bit VS 12Bit) 😭
No explicaste nada.. no se ve lo que haces